Release Candidate — the API is undergoing final validation before general availability, and minor changes may still occur.
Hellomateo API Documentation
Calendars

Delete Calendar by Locator

DELETE
/v1/calendars/by

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.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

id?string

Unique identifier for the resource.

Formatuuid
external_id?string

Partner-owned, case-sensitive calendar identifier that is unique within the organisation.

Length1 <= length

Response Body

curl -X DELETE "https://api.getmateo.com/v1/calendars/by"
Empty