Delete a user by its user ID and the ID of the user’s organization.
curl --request DELETE \
--url https://api.example.com/api/partners/v2.0/org/{org_id}/users/{user_id} \
--header 'Authorization: Bearer <token>'Was this page helpful?
curl --request DELETE \
--url https://api.example.com/api/partners/v2.0/org/{org_id}/users/{user_id} \
--header 'Authorization: Bearer <token>'