Skip to main content
DELETE
/
v1
/
company
/
users
/
{userId}
Delete a company user
curl --request DELETE \
  --url https://api-fundflow.venly.io/v1/v1/company/users/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "errors": [
    {
      "code": "validation-error",
      "message": "A descriptive error message"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.venlyfinance.com/llms.txt

Use this file to discover all available pages before exploring further.

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