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

KeyDatatypeRequiredDescription
forcestringIf 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;\u003cstring\u003e&quot;}