There are no optional parameters for this endpoint.
Responses are single-member objects which have a property name based on the type of result.
The Success result will look like:
{'Success' : string}
The string is the unique identifier of the callback that was deleted. It should be identical to the value supplied to the service call.
The Error result will be a flat array of objects, which have keys for the message name and explanatory text.
{
'Error' : [
{ 'Name' : string, 'Message' : string },
{ 'Name' : string, 'Message' : string },
...
]
}
"Super Administrator" role may delete a callback either at the global scope or for any network."Super Delegate" role may delete a callback for any assigned network."Network Administrator" role may delete a callback for his or her own network.Command Line Example
curl -v --insecure -X DELETE \ -H 'Accept: application/vnd.compendium.blog;version=2,application/json' \ --user 'username:ILZ22XyjgcQ3zXLc7PSXGOMQtDIz6O9k99DY6ahC' \ https://api.test.compendiumblog.com/app/callback/1e3935a1-93c3-407d-b286...