Endpoint
Request Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <your-api-key> |
x-meetergo-api-user-id | Yes | UUID of the user who owns the meeting type |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | UUID of the meeting type to delete |
Examples
Response
Success (200 OK)
Empty response body. The meeting type has been soft deleted.Error Responses
404 Not Found
403 Forbidden
Behavior
- Soft delete: The meeting type is marked with a
deletedAttimestamp but not removed from the database - Booking URL disabled: The public booking URL stops accepting new bookings
- Existing bookings preserved: Any existing appointments remain unaffected
- Historical records: The meeting type data is retained for webhook history and reporting