Skip to main content
DELETE
Remove app user

Authorizations

Authorization
string
header
required

Personal access token, sent as Authorization: Bearer <token>.

Path Parameters

user_id
string
required

ID of the user, as id in the response of List app users.

app_id
string
required

ID of the app the user belongs to.

Response

The user was removed.

Confirmation that a record was deleted.

success
boolean
required

Always true. A delete that doesn't happen returns an error instead.

Example:

true