Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organisation ID
Response
200 - application/json
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organisation ID
Was this page helpful?