Skip to main content
DELETE
/
contact-delete
Delete contact
curl --request DELETE \
  --url https://aarwcjjzhlmkgdwrisyt.supabase.co/functions/v1/contact-delete \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "status": 200,
  "data": {
    "id": "c3d4e5f6-a7b8-9012-cdef-123456789012"
  }
}

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth-verify (login context) or /auth-signup. Set the bearer_token environment variable in your API client to apply it globally.

Query Parameters

id
string<uuid>
required

The contact record ID (not the contact_id user UUID)

Response

Contact deleted

success
boolean
Example:

true

status
integer
Example:

200

data
object