devguard
Record categoriesIdArchive

Archive a record category by id.

POST
/record-categories/{id}/archive/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/record-categories/string/archive/"
{  "id": "string",  "name": "string",  "slug": "string",  "description": "string",  "color": "string",  "order": -9007199254740991,  "organizationId": "string",  "ownerId": "string",  "defaultTemplateId": "string",  "allowPortalSubmission": true,  "frequency": "MONTHLY",  "createdAt": "string",  "updatedAt": "string",  "archivedAt": "string"}

How is this guide?