API reference
Delete an address
DELETE
/v1/addresses/{id}Authorization
bearerAuth AuthorizationBearer <token>
Paste your API key from the dashboard (no sk_ prefix required).
In: header
Path Parameters
id*unknown
Merchant address id.
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/addresses/{id}"Empty
{
"statusCode": -9007199254740991,
"message": "string",
"error": "string"
}{
"statusCode": -9007199254740991,
"message": "string",
"error": "string"
}