Delete a user by its user ID and the ID of the user’s organization.
cURL
curl --request DELETE \ --url https://api.example.com/api/partners/v2.0/org/{org_id}/users/{user_id} \ --header 'Authorization: Bearer <token>'
Documentation IndexFetch the complete documentation index at: https://developers.podero.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.podero.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
The organization ID of the user's organization
The user ID of the user to be deleted
OK
Was this page helpful?