Skip to main content
POST
/
api
/
user
/
payer
/
delete
Delete payer
curl --request POST \
  --url https://api.sandbox.bitwage.com/api/user/payer/delete \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "<string>",
  "external_company_id": "<string>"
}
'
{
  "external_company_id": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>

Body

application/json
user_id
string
required
external_company_id
string
required

Payer ID.

Response

200 - application/json

Payer deleted.

external_company_id
string