PULSAR

Remove User From Company

Delete user from company.

Authorization

bearerAuth superadmin, superuser
Authorization<token>

In: header

Scope: superadmin, superuser

Path Parameters

companyId*number

The company's ID.

Formatdouble
userId*number

The user's ID.

Formatdouble

Response Body

Try it live
DELETE
/identities/companies/{companyId}/users/{userId}

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X DELETE "https://example.com/identities/companies/0.1/users/0.1"
Empty