Zum Hauptinhalt springen

Remove the avatar picture of the customer profile

DELETE /v2/customers/{customerId}/avatar/
v2
DELETE
customer-remove-avatar

Request

  • customerIdstring
    required

    The uuid of the customer whose avatar is to be deleted

Responses

Kein Request-Inhalt spezifiziert.

Usage examples

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