Deletes a time booking by id.

<Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

timeBookingIdstringRequiredformat: "uuid"
The id of the time booking.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

No Content