Accounts
Delete an organization
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Accounts
Delete an organization
Delete (immediately) an organization under your reseller. Reseller account required.
DELETE
/
api
/
v2
/
deleteOrganization
curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteOrganization \
--header 'Content-Type: application/json' \
--data '{
"targetOrganizationId": "XXXXXXX"
}'
This response does not have an example.
Authorizations
Vida API Token
Query Parameters
Reseller Id to delete organization in
Body
application/json
Response
200
OK
curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteOrganization \
--header 'Content-Type: application/json' \
--data '{
"targetOrganizationId": "XXXXXXX"
}'
This response does not have an example.