cURL
curl --request DELETE \ --url http://{defaultHost}/api/v2/platform/addresses/{id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Deletes an Address
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Record deleted
Was this page helpful?