Delete an address

Deletes a given address, based on its ID.

SecurityCommonAuth
Request
path Parameters
addressId
required
string <uuid>

The ID of the address to work with.

Example: 5973c3bc-70f4-48d6-92d5-4007f484b76c
query Parameters
accountId
required
string (accountId)

The ID of the account to work with.

Example: accountId=F50091
Responses
204

No content

400

Bad request

401

Unauthorised

403

Forbidden

404

Not found

405

Method not allowed

415

Unsupported media type

429

Too many requests

500

Internal server error

delete/addresses/{addressId}
Request samples
Response samples
application/json
{
  • "message": "request.query.limit should be integer",
  • "errors": [
    ]
}