Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api-fundflow.venly.io/v1/company/users/{userId} \ --header 'Authorization: Bearer <token>'
{ "success": false, "errors": [ { "code": "validation-error", "message": "A descriptive error message" } ] }
Permanently remove a user from your company.
COMPANY_ADMIN
OAuth2 authentication via Venly Identity Platform
Unique identifier of the user
User successfully deleted
Was this page helpful?