Skip to main content

Delete customer by UUID.

DELETE 

/v1/customers/:uuid

Deletes a single customer by UUID.

Request

Path Parameters

    uuid anyrequired

    The UUID of the customer to delete.

    Example: 8df9e079-8c0e-49cb-9e7e-0ae858618f56
    uuid uuidrequired

    Unique identifier for the resource.

Responses

No Content

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data required
    status int64required
    timestamp date-timerequired
Loading...