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

x-portkey-api-key
string
header
required

Path Parameters

response_id
string
required

The ID of the response to delete.

Example:

"resp_677efb5139a88190b512bc3fef8e535d"

Response

200

OK