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

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

200

OK