Skip to main content
DELETE
/
v1
/
pvt
/
Customer
/
{originalId}
/
removetier
cURL
curl --request DELETE \
  --url https://api.bonifiq.com.br/v1/pvt/Customer/{originalId}/removetier \
  --header 'Authorization: Basic <encoded-value>'
{
  "ErrorMessage": "<string>",
  "ErrorCode": 123,
  "Result": {
    "MessageResult": "<string>",
    "OldTierName": "<string>"
  },
  "HasError": true
}

Authorizations

Authorization
string
header
required

Use API Basic Auth Keys

Path Parameters

originalId
string
required

Response

200 - application/json
ErrorMessage
string | null

Error message or description

ErrorCode
integer<int32> | null

Optional error code, if available

Result
object
HasError
boolean

If true the request had an error.