Sign in

Delete user

documented

Delete a user.

DELETE /user/{userId}Userno 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)

Note: ServiceTrade's API documentation shows that DELETE /user/{userId} is not allowed (405). The base API URL is https://api.servicetrade.com/api, and you can interact with the /user resource via PUT to update fields (e.g., status). See: DELETE /user is not allowed (405), and PUT /user/123 is supported; status values include 'active' and 'inactive'. ([api.servicetrade.com](https://api.servicetrade.com/api/docs))
Delete user · ServiceTrade · OpenIntegrations