Generic SCIM Endpoint - Delete User
Last modified on March 24, 2023
The Delete User endpoint deletes the requested user from StrongDM.
Request
Endpoint
/provisioning/generic/v2/Users/<ID>
HTTP method
DELETE
Path variables
Variable | Requirement | Description | Notes | Example |
---|---|---|---|---|
<ID> | Required | User ID | Returns a 404 if the user ID is not found or if it matches a non-user | a-53fa578c61716688 |
Example request
DELETE app.strongdm.com/provisioning/generic/v2/Users/a-53fa578c61716688
Response
Example success response
(Status 204)