Delete organizations
Method |
URL |
Description |
Arguments |
Outputs |
---|---|---|---|---|
DELETE |
account/organizations/group/ |
Delete organizations |
organizations |
none |
Arguments (JSON payload)
Parameter |
Type |
Description |
---|---|---|
organizations |
array |
An array of organization IDs |
Outputs
None.
Example request
curl -k -X DELETE -H "Content-Type: application/json" -H "Authorization: Token 9fb3fa217a23edbf50c8c358dab61beb07f6e8a191ecc597568f45e9455846e6" -d '{"organizations": [2]}' "https://<ip_address>/fpc/v1/api/account/organizations/group/"