Endpoint
This is different from DELETE - cancel sets the status to CANCELLED but preserves the record.
Authentication
This endpoint requires authentication. Include a valid Bearer token in the Authorization header. Only the organizer or an admin can cancel a route call.Path Parameters
The unique identifier (UUID) of the route call to cancel
Response
Indicates if the request was successful
The updated route call object with status set to CANCELLED
Success message
Example Request
cURL
Example Response
Error Responses
| Status Code | Description |
|---|---|
| 401 | Unauthorized - Invalid or missing token |
| 403 | Forbidden - Only organizer or admin can cancel |
| 404 | Not Found - Route call doesn’t exist |
Related Endpoints
Delete Route Call
Permanently delete a route call
Update Route Call
Update route call details
