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

Delete Calendar Blocked Time by External ID

DELETE
/v1/blocked-times/by

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.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

external_id*string

Identifier assigned by an external system.

Length1 <= length

Response Body

curl -X DELETE "https://api.getmateo.com/v1/blocked-times/by?external_id=string"
Empty