curl --request DELETE \
--url https://api.example.com/customers/{customerId} \
--header 'Authorization: Bearer <token>' \
--header 'x-environment: <x-environment>'{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}curl --request DELETE \
--url https://api.example.com/customers/{customerId} \
--header 'Authorization: Bearer <token>' \
--header 'x-environment: <x-environment>'{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}Was this page helpful?