Skip to main content

Delete a customer profile

DELETE /v2/customers/{customerId}/
v2
DELETE
customer-delete-customer

Request

  • customerIdstring
    required

    The uuid of the customer to be deleted. Only customer without active contracts or unpaid invoices can be deleted.

Responses

application/json

Returns the uuid of the deleted customer

  • customerIdstring

Usage examples

$ curl \
--fail \
--location \
-X DELETE \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/customers/string