v1

latestSwagger 2.02026-07-13301635.0 KB
address

deletes an existing recipient address

post/profile/deleteRecipient

Request body

uidstring required

authorized UID of the session.

address_idinteger required

the id of the address to delete

Example request

{
  "uid": "33ce76fede1a31d5ee823179f78d9882",
  "address_id": 549494
}

Response

successful operation

statusstring

Example response

{
  "status": "ok"
}