Skip to main content
DELETE
/
v1
/
instruments
/
{id}
Delete an instrument
curl --request DELETE \
  --url https://api.antonpayments.com/v1/instruments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "code": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_* (production) or ak_test_* (sandbox).

Path Parameters

id
string
required

Resource identifier.

Response

Instrument deleted.