Cancel
Cancel a slot
Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.
Example of authenticated request
$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
The slug identifier of the site
The unique identifier of the slot
The reason for cancelling the slot
Slot cancelled successfully
Unique identifier for the slot
Start time of the slot in ISO 8601 format
End time of the slot in ISO 8601 format
Current state of the slot
Optional note for the slot
Bad request - invalid input. Validation errors are returned as a single non_field_errors umbrella with code: ["invalid_input"] and one detail entry per offending field, formatted as "<dotted-loc>: <message>" (e.g. "reason: String should have at least 1 character").
Last updated
Was this helpful?