Skip to main content
DELETE
/
v1
/
company
/
users
/
{userId}
Delete a company user
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"
    }
  ]
}
Removes a user from your company. Concept guide: Getting started with Fundflow
This action is permanent and cannot be undone. Requires the COMPANY_ADMIN role.

Authorizations

Authorization
string
header
required

OAuth2 authentication via Venly Identity Platform

Path Parameters

userId
string
required

Unique identifier of the user

Response

User successfully deleted