Skip to main content
DELETE
/
v4
/
meeting-type
/
{id}
Delete meeting type
curl --request DELETE \
  --url https://api.example.com/v4/meeting-type/{id} \
  --header 'x-meetergo-api-user-id: <api-key>'

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act as when using API Key authentication (required with API Key)

Path Parameters

id
string
required

Unique identifier of the meeting type to delete

Query Parameters

deleteAvailability
boolean

Also delete the associated availability. Fails if the availability is shared with other meeting types.

Response

Meeting type deleted successfully