Delete a user
DELETE {{baseUrl}}/users/:user_id?force=<boolean>
Delete a user and all their applications. All credentials that are issued for those applications will be revoked and deleted as well
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
force | string | If set to true, will force deletion of the user with all their applications and credentials and ignore any errors from the credential providers such as OAuth2.0 IDPs and Tyk Dashboard. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cstring\u003e"}