Skip to content
Dashboard

Delete a response

DELETE/v1/responses/{id}

Permanently delete a response and all its output items.

Path ParametersExpand Collapse
id: string
ReturnsExpand Collapse
id: optional string
deleted: optional boolean
object: optional string

Delete a response

curl https://api.tzafon.ai/v1/responses/$ID \
    -X DELETE \
    -H "Authorization: Bearer $TZAFON_API_KEY"
{
  "id": "id",
  "deleted": true,
  "object": "object"
}
Returns Examples
{
  "id": "id",
  "deleted": true,
  "object": "object"
}