Skip to main content
DELETE
cURL

What happens to your event types

Event types that use the deleted schedule move to your default schedule. They keep working, but they follow the hours of that default schedule from then on. If you delete the default schedule itself, another one of your schedules becomes the default.

Limits

  • You cannot delete your only schedule. The request returns 400.
  • You can only delete schedules on your own account. Another account’s schedule returns 403 access_denied.
A successful delete returns 204 with no content.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the availability schedule to delete

Response

204

Availability deleted successfully (no content)