Appointment Types
Delete Appointment Type
Deletes the specified appointment Type.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Unique identifier for the resource.
Format
uuidResponse Body
curl -X DELETE "https://api.getmateo.com/v1/appointment-types/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Delete Appointment Type by Locator DELETE
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.
Get Appointment Type by Locator GET
Resolves exactly one of id, key, or external_id within this organisation and returns the appointment type. Gallery and deleted appointment types are excluded. Use include=scheduler and/or include=statuses to request those projections.