Chat Completions
Portkey Endpoints
Embeddings
Other APIs
Completions
Moderations
Fine-tuning
Assistants
- Assistants
- Threads
- Messages
- Runs
- Run Steps
Delete a Response
DELETE
/
responses
/
{response_id}
curl --request DELETE \
--url https://api.portkey.ai/v1/responses/{response_id} \
--header 'x-portkey-api-key: <api-key>'
This response does not have an example.
Authorizations
Path Parameters
The ID of the response to delete.
Example:
"resp_677efb5139a88190b512bc3fef8e535d"
Response
200
OK
Was this page helpful?
curl --request DELETE \
--url https://api.portkey.ai/v1/responses/{response_id} \
--header 'x-portkey-api-key: <api-key>'
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.