Skip to content

Delete Customer User

Request

Delete a user from a customer.

Security
BearerAuth
Path
idstringrequired

The ID of the customer.

user_idstringrequired

The ID of the user to delete.

Headers
Acceptstring(CustomerUserAcceptHeader)required

Set this to application/api.luminovo.customer-user-v1+json.

Value:"application/api.luminovo.customer-user-v1+json"
DELETE
/customers/{id}/users/{user_id}
curl -i -X DELETE \
  'https://api.luminovo.com/customers/{id}/users/{user_id}' \
  -H 'Accept: application/api.luminovo.customer-user-v1+json' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

User deleted successfully.