Skip to main content

Delete User

DELETE 

/org/:orgId/users/:userId

Deletes the user

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    userId stringrequired

    The User ID of the user for which you are querying.

Responses

Success.

Schema

    any

Loading...