Appointment Types
Delete Appointment Type by Locator
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.
Format
uuidkey?string
Stable key used to identify the resource.
Length
1 <= lengthexternal_id?string
Identifier assigned by an external system.
Length
1 <= lengthResponse Body
curl -X DELETE "https://api.getmateo.com/v1/appointment-types/by"Empty