Zum Hauptinhalt springen
DELETE
/
customer-addresses
/
{id}
cURL
curl -X DELETE \
 /customer-addresses/{id} \
 --header "Authorization: Bearer <token>"

Documentation Index

Fetch the complete documentation index at: https://docs.fynn.eu/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

id
string
erforderlich

CustomerAddress identifier

Antwort

CustomerAddress resource deleted