get https://app.rumbleup.com/api/report/del/
Deletes a report
Success:
- 200:
OK
. Report is deleted.
Errors:
- 401:
Unauthorized
. If the authentication failed is returned, either the username or password is incorrect. Verify the both from the applications Integrations / API Keys for your account in the application. - 403: 'Access Denied`. Access to the specified report is denied.
- 404:
NotFound
. If you are getting a not found error, check thereportId
is valid and that the file still exists to be deleted.