Sign in

Delete user

documented

Delete a user from the account.

DELETE /api/users/{id}Usersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.supersaas.com/api/users/{{$user_id}}?account={{ACCOUNT_NAME}}&api_key={{SUPERSAAS_API_KEY}}" \
  -X DELETE \
  -H "Accept: application/json"
Delete user · SuperSaaS · OpenIntegrations