Pogodoc
API Reference

Delete Template

Deletes a template from Strapi and associated S3 storage. Removes all associated files and metadata.

DELETE
/templates/{templateId}
AuthorizationBearer <token>

In: header

Path Parameters

templateIdstring

ID of the template to be deleted

Response Body

application/json

curl -X DELETE "https://api.pogodoc.com/v1/templates/string"
{
  "templateId": "string"
}