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

VariableRequirementDescriptionNotesExample
<ID>RequiredUser IDReturns a 404 if the user ID is not found or if it matches a non-usera-53fa578c61716688

Example request

DELETE app.strongdm.com/provisioning/generic/v2/Users/a-53fa578c61716688

Response

Example success response

(Status 204)