DELETE
/
profiles
/
addresses
/
{address_id}
curl --request DELETE \
  --url https://api.live.paisr.tech/{version}/profiles/addresses/{address_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

address_id
string
required

The Address ID.

Response

200
application/json
Successfully removed profile address.
success
boolean

Indicates if the request was successful.

message
string

A descriptive message regarding the result.