curl --request DELETE \
--url https://api.tagdeliver.com/v1/organisation/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Deletes a child organisation
curl --request DELETE \
--url https://api.tagdeliver.com/v1/organisation/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Was this page helpful?