devguard
RecordsId

Delete a record by id.

DELETE
/records/{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/records/string/"
{  "id": "string",  "shortId": -9007199254740991,  "slug": "string",  "organizationId": "string",  "categoryId": "string",  "title": "string",  "content": null,  "status": "DRAFT",  "assigneeMemberId": "string",  "assigneeBusinessRoleId": "string",  "dueDate": "string",  "currentVersion": -9007199254740991,  "finalizedAt": "string",  "finalizedBy": "string",  "createdAt": "string",  "updatedAt": "string",  "archivedAt": "string"}

How is this guide?