Skip to main content
DELETE
/
v1
/
caller-trust
/
reputation
/
numbers
/
{phone}
Disenroll a phone number from reputation monitoring
curl --request DELETE \
  --url https://api.revdesk.com/v1/caller-trust/reputation/numbers/{phone} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "phone_number": "<string>",
    "disenrolled": true
  }
}

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

UUID — when present, deduplicates repeat submissions. See /api-reference/idempotency.

Path Parameters

phone
string
required

Response

Success

data
object
required