Delete an address
Delete an address based on the id provided.
DELETE
/v1/addresses/{id}authorization<token>
Use device JWT token
In: header
Path Parameters
idstring
Address id
Format
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "http://localhost:4012/v1/addresses/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"message": "Address 003b9759-320d-44db-98d4-d37a17c84b0c deleted successfully"
}{
"message": "string",
"code": "INSUFFICIENT_BALANCE",
"meta": {
"property1": null,
"property2": null
}
}{
"message": "string",
"code": "INSUFFICIENT_BALANCE",
"meta": {
"property1": null,
"property2": null
}
}