Skip to main content
DELETE
/
api
/
v1
/
addresses
/
{addressId}
Delete address
curl --request DELETE \
  --url https://api.contracting.kukkingu.software/api/v1/addresses/{addressId} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

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

Path Parameters

addressId
string
required

The ID of the address.

Example:

"adr_ekq4ymw1nyyd4b6k6f5tg3t6"

Response

Default Response

No response body for successful operations that return HTTP 204.