cURL
curl --request DELETE \ --url https://api-fundflow-qa.venly.io/v1/company/users/{userId} \ --header 'Authorization: Bearer <token>'
{ "success": false, "errors": [ { "code": "validation-error", "message": "A descriptive error message" } ] }
Removes a user from the company. This action is permanent and cannot be undone.
OAuth2 authentication via Venly Identity Platform
Unique identifier of the user
User successfully deleted