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

Delete Appointment Type by Locator

DELETE
/v1/appointment-types/by

Deletes the appointment type resolved by exactly one of id, key, or external_id within this organisation. Gallery and deleted appointment types are excluded. 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

id?string

Unique identifier for the resource.

Formatuuid
key?string

Stable key used to identify the resource.

Length1 <= length
external_id?string

Identifier assigned by an external system.

Length1 <= length

Response Body

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