## Delete **delete** `/v1/responses/{id}` Permanently delete a response and all its output items. ### Path Parameters - `id: string` ### Returns - `id: optional string` - `deleted: optional boolean` - `object: optional string` ### Example ```http curl https://api.tzafon.ai/v1/responses/$ID \ -X DELETE \ -H "Authorization: Bearer $TZAFON_API_KEY" ```