cURL
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" }
Delete (immediately) an organization under your reseller. Reseller account required.
Documentation IndexFetch the complete documentation index at: https://vida.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://vida.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Vida API Token
Reseller Id to delete organization in
Organization Id to delete
"XXXXXXX"
OK