cURL
curl --request DELETE \ --url https://api-sandbox.orum.io/deliver/reports/{id} \ --header 'Authorization: Bearer <token>'
{ "error_code": "<string>", "message": "<string>", "details": {} }
Delete a single report.
Documentation IndexFetch the complete documentation index at: https://docs.orum.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.orum.io/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Orum generated unique id for the resource.
204 response.
Was this page helpful?