Delete Response
Responses API
Delete Response
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.
DELETE
Delete Response
Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Path Parameters
The ID of the response to delete
Response
Successful Response
Response model for deleting a response.
Confirmation message
Example:
"Response deleted successfully"