Skip to main content
DELETE
/
v1
/
applications
/
{uid}
/
users
/
{id}
Remove a User from an Application
curl --request DELETE \
  --url https://api.siit.io/v1/applications/{uid}/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "troubleshoot": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

The UID of the Application

id
string
required

The UID of the User

Response

User removed from application