Deletes a time booking by id.

Deletes a time booking by id. The booking is removed from the selected project. <Check title="Required Permissions" icon="key">The user must have permission to access the requested resource.</Check>

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

400
Bad Request Error
401
Unauthorized Error