Skip to main content
DELETE
/
api
/
v1
/
user
/
contacts
/
{contact_id}
Delete contact
curl --request DELETE \
  --url https://api.hevn.finance/api/v1/user/contacts/{contact_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
default:Bearer <token>
required

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

Headers

x-api-key
string | null

Path Parameters

contact_id
string<uuid>
required

Response

Successful Response