Skip to main content
DELETE
/
conversations
/
{id}
Delete Conversation
curl --request DELETE \
  --url https://api.veryfront.com/conversations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "type": "https://api.veryfront.com/errors/validation-error",
  "title": "Validation Error",
  "status": 400,
  "detail": "The 'email' field must be a valid email address",
  "instance": "/projects/my-project/members",
  "errors": [
    {
      "field": "email",
      "message": "Invalid email format",
      "code": "INVALID_FORMAT"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Conversation deleted