Delete Coordinates
Use this endpoint to delete a specific set of banking coordinates from an account using its coordinate ID. The operation is idempotent, repeating it will not cause errors if the coordinates are already removed.
delete
Delete account attributes
Path parameters
idRefstringRequired
Bodystring[]
string[]Optional
Responses
200
Response to /api/v2.0/account/{idRef}/attributes
No content
delete
/api/v2.0/account/{idRef}/attributesDELETE /api/v2.0/account/{idRef}/attributes HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 8
[
"text"
]200
Response to /api/v2.0/account/{idRef}/attributes
No content
delete
Delete banking coordinates
Path parameters
idRefstringRequired
idstring · uuidRequired
Responses
200
Response to /api/v2.0/account/{idRef}/coordinates/{id}
No content
delete
/api/v2.0/account/{idRef}/coordinates/{id}DELETE /api/v2.0/account/{idRef}/coordinates/{id} HTTP/1.1
Host:
Accept: */*
200
Response to /api/v2.0/account/{idRef}/coordinates/{id}
No content
Last updated

