Skip to main content
DELETE
/
v1
/
instruments
/
{id}
Delete an instrument
curl --request DELETE \
  --url http://localhost:8080/v1/instruments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "resource not found"
}

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_... or ak_test_...

Path Parameters

id
string
required

Resource identifier (xid format)

Response

Instrument deleted