Address
Deletes an address
Deletes an address object
DELETE
/v1/addresses/{id}
Bearer*
curl --request DELETE \
--url https://api.oneslipstream.com/v1/addresses/{id} \
--header 'Authorization: <authorization>'
"object"
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
idrequired
string
The id of the address
Response
200 - application/json
The response is of type object
.
curl --request DELETE \
--url https://api.oneslipstream.com/v1/addresses/{id} \
--header 'Authorization: <authorization>'
"object"