Skip to main content
DELETE
/
v2
/
address-book
/
entries
/
{id}
Delete address book entry
curl --request DELETE \
  --url https://sandbox.groundtech.co/v2/address-book/entries/{id} \
  --header 'Authorization: Bearer <token>'
{
  "entry": "<unknown>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Address book entry ID.

Response

Address book entry deleted

entry
any