Calendars
Delete Calendar Blocked Time
Deletes the specified calendar Blocked Time.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
calendar_id*string
Unique identifier of the related calendar.
Format
uuidid*string
Unique identifier for the resource.
Format
uuidResponse Body
curl -X DELETE "https://api.getmateo.com/v1/calendars/497f6eca-6276-4993-bfeb-53cbbbba6f08/blocked-times/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Delete Calendar Blocked Time by External ID DELETE
Deletes the row resolved by its immutable, case-sensitive external_id within this organisation. A repeated DELETE may return 404 after the first success; clients may treat that response as the desired already-absent state.
Delete Calendar by Locator DELETE
Deletes the calendar resolved by exactly one of id or external_id within this organisation. A repeated DELETE may return 404 after the first success.