Skip to main content
DELETE
/
api
/
v2
/
deleteOrganization
Delete an organization
curl --request DELETE \
  --url 'https://api.vida.dev/api/v2/deleteOrganization?token=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "targetOrganizationId": "XXXXXXX"
}
'
{
  "success": true,
  "message": "Organization deleted"
}

Documentation Index

Fetch the complete documentation index at: https://vida.io/docs/llms.txt

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

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetResellerId
string
required

Reseller Id to delete organization in

Body

application/json
targetOrganizationId
integer
required

Organization Id to delete

Example:

"XXXXXXX"

Response

OK