Skip to main content
DELETE
/
orgs
/
{orgId}
/
compliance
/
reports
/
{reportId}
cURL
curl --request DELETE \
  --url https://api.useanima.sh/v1/orgs/{orgId}/compliance/reports/{reportId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

orgId
string
required

Organization identifier

reportId
string
required

Report identifier

Body

application/json

Input for deleting a compliance report

Response

200 - application/json

OK

Result of deleting a report

success
boolean
required

Whether the deletion was successful