devguard
Record templatesId

Delete a record template by id.

DELETE
/record-templates/{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/record-templates/string/"
{  "id": "string",  "organizationId": "string",  "title": "string",  "slug": "string",  "description": "string",  "content": null,  "order": -9007199254740991,  "createdAt": "string",  "updatedAt": "string",  "archivedAt": "string"}

How is this guide?