Skip to content

Delete a customer (admin)

DELETE
/rest/v1/customer/customer/{id}

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Parameters

Path Parameters

id*

ID of the customer to delete

Type
integer
Required
Format
"int64"

Responses

Entity deleted successfully

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI