Table of contents
Delete API User
Deletes an API user
DELETE /identity/apiusers/{apiuserId}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
apiUserId |
path |
True |
|
Version 4 UUID of the API user |
Responses
Name | Type | Description |
---|---|---|
204 No Contnet |
Null |
No response body is returned |
Security
Every request requires a JWT access token for authentication in the Authorisation HTTP header. Please see the API authentication page for details about how to get a JWT token.
Authorization: Bearer {JWT_TOKEN}
Roles
-
Wenenu Owner
-
Wenenu API User Administrator
Sample request
DELETE https://wenenu.com/identity/apiusers/1c207ca9-6d7a-4d42-8527-47d4fb9a06c2 HTTP/1.1
Authorization: Bearer {jwt_token}
Sample Response
Status code: 204