Delete report
Delete report
Path Parameters
reportId int64 required
reportId
Responses
- 200
- 204
- 401
- 403
OK
application/json
Schema
Example (from schema)
Schema
error object
status string
warning object[]
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"status": "string",
"warning": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
No Content
Unauthorized
Forbidden
DELETE /library/reports/:reportId
Request
Request
curl / cURL
curl -L -X DELETE '//api.mykaarma.com/reporting/v2/library/reports/:reportId' \
-H 'Accept: application/json'
python / requests
curl -L -X DELETE '//api.mykaarma.com/reporting/v2/library/reports/:reportId' \
-H 'Accept: application/json'
go / native
curl -L -X DELETE '//api.mykaarma.com/reporting/v2/library/reports/:reportId' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X DELETE '//api.mykaarma.com/reporting/v2/library/reports/:reportId' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X DELETE '//api.mykaarma.com/reporting/v2/library/reports/:reportId' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X DELETE '//api.mykaarma.com/reporting/v2/library/reports/:reportId' \
-H 'Accept: application/json'
php / cURL
curl -L -X DELETE '//api.mykaarma.com/reporting/v2/library/reports/:reportId' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X DELETE '//api.mykaarma.com/reporting/v2/library/reports/:reportId' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X DELETE '//api.mykaarma.com/reporting/v2/library/reports/:reportId' \
-H 'Accept: application/json'