curl --request DELETE \
--url https://api.fireworks.ai/inference/v1/responses/{response_id} \
--header 'Authorization: Bearer <token>'{
"message": "Response deleted successfully"
}Deletes a model response by its ID. Once deleted, the response data will be gone immediately and permanently.
The response cannot be recovered and any conversations that reference this response ID will no longer be able to access it.
curl --request DELETE \
--url https://api.fireworks.ai/inference/v1/responses/{response_id} \
--header 'Authorization: Bearer <token>'{
"message": "Response deleted successfully"
}Documentation Index
Fetch the complete documentation index at: https://fireworks.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The ID of the response to delete
Successful Response
Response model for deleting a response.
Confirmation message
"Response deleted successfully"
Was this page helpful?