Skip to main content
DELETE
/
v1
/
responses
/
{response_id}
{
  "message": "Response deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>

Path Parameters

response_id
string
required

The ID of the response to delete The ID of the response to delete

Response

Successful Response

Response model for deleting a response.

message
string
required

Confirmation message

Example:

"Response deleted successfully"