Responses
Cancel a background response that is in progress.
Cancel a background response that is queued or in progress. Only responses created with background=true can be cancelled.
post/v1/responses/{response_id}/cancel
Path parameters
response_idstring required
The ID of the OpenAI response to cancel.
The ID of the OpenAI response to cancel.
Response
The updated response object with status 'cancelled'.