{
"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.
{
"message": "Response deleted successfully"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The ID of the response to delete The ID of the response to delete
Successful Response
Response model for deleting a response.
Confirmation message
"Response deleted successfully"
Was this page helpful?