Skip to main content
DELETE
/
api
/
v2
/
deleteOrganization
Delete an organization
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

token
string
query
required

Query Parameters

targetResellerId
string
required

Body

application/json
targetOrganizationId
integer
required
Example:

Response