DELETE
/
responses
/
{response_id}
Delete a model response
curl --request DELETE \
  --url https://api.fireworks.ai/inference/v1/responses/{response_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Response deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

response_id
string
required

The ID of the response to delete

Response

200 - application/json

Response deleted successfully

The response is of type object.