Verdocs - Developer Documentation
ReferenceRest APIApi docsOrganization Members

Delete a member from the organization

DELETE
/v2/organization-members/{profile_id}

Path Parameters

profile_id*string

The Profile ID to remove.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.verdocs.com/v2/organization-members/PROFILE_ID" \    -H "Authorization: Bearer ACCESS_TOKEN" \    -H "content-type: application/json" \    -d '{"param": "value"}'
"string"
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}