devguard
AuditsId

Delete an audit by id.

DELETE
/audits/{id}/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/audits/string/"
{  "id": "string",  "slug": "string",  "name": "string",  "type": "CERTIFICATION",  "started": "string",  "ended": "string",  "auditor": "string",  "notes": "string",  "createdAt": "string",  "updatedAt": "string",  "archivedAt": "string",  "organizationId": "string",  "frameworkId": "string"}

How is this guide?