Skip to main content
DELETE
/
phone-consents
/
{id}
Revoke call consent
curl --request DELETE \
  --url https://api.crevio.co/v1/phone-consents/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "object": "<string>"
}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

id
string
required

The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")

Response

Consent revoked

id
string
required
object
string
required
deleted
enum<boolean>
required
Available options:
true