Skip to main content
DELETE
/
contacts
/
{id}
Delete Contact
curl --request DELETE \
  --url https://api.lumyo.co/contacts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Contact not found."
}

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

Contact deleted successfully