Deletes a gateway account downtime schedule with a specified ID.
Gateway account downtime schedule deleted.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
const request = await api.gatewayAccounts .deleteDowntimeSchedule({id: 'my-second-key', downtimeScheduleId: 'schedule-id'}); // the request does not return any fields but // you can confirm the success using the status code console.log(request.response.status); // 204
{- "status": 401,
- "title": "string",
- "detail": "string",
- "instance": "string"
}