Deprovision a SaaS identity
Saas
Deprovision a SaaS identity
Remove an employee’s identity from a SaaS application.
Depending on the SaaS application capabilities, the deprovisioning is either handled automatically (via API integration) or manually (a deprovisioning ticket is created for an admin to complete).
The response indicates which path was taken via the provisioningType field.
POST
Deprovision a SaaS identity
Key: Write
Scope: Company
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Path Parameters
Body
application/json
The ID of the identity to deprovision. Retrieve it from getSaasById → identities[].id.
Minimum string length:
1Response
default - application/json
Whether the deprovisioning was handled automatically via API or a manual ticket was created.
Available options:
automatic, manual