Deletes a time booking by id.

Required Permissions
Any authenticated user.

Authentication

AuthorizationBearer

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

Path parameters

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

Response

No Content

Errors