Request Cancel
Supporting APIs
Request Cancel
Cancels a request already submitted. Pass the unique request_id to cancel a pending or in-progress async request.
POST
Request Cancel
Documentation Index
Fetch the complete documentation index at: https://docs.wokelo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Cancels a request already submitted.Endpoint Details
- Method: POST
- Endpoint:
/api/enterprise/request/cancel/
Authentication requirements
- Include a valid JWT token in your request header
- If you don’t have a token yet, you can get one from the
/auth/token/endpoint first.
Request
Request Parameters
Header Parameters
JWT token obtained from the Authentication request
Query Parameters
The unique identifier of request which needs to be cancelled
Response
Authorizations
JWT token obtained from the /auth/token/ endpoint.
Body
application/json
The unique identifier of the request to be cancelled.
Example:
"5b0eff60-366f-465c-b795-68837043a2d3"