Skip to main content
DELETE
/
consumers
/
{id}
Delete a consumer (soft delete)
curl --request DELETE \
  --url https://vvdufluovypptsnkihyv.supabase.co/functions/v1/consumers/{id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Consumer deleted"
}

Authorizations

x-api-key
string
header
required

API key in the format sk_live_<token> (production) or sk_test_<token> (sandbox). Contact Cove to obtain your API key.

Path Parameters

id
string<uuid>
required

Resource UUID

Response

Consumer deleted

message
string