Skip to main content
DELETE
/
templates
/
{id}
curl -X DELETE "https://api.nedzo.ai/v1/templates/123e4567-e89b-12d3-a456-426614174000" \
    -H "Authorization: Bearer YOUR_API_KEY"
No Content
Soft-delete a template. The template is not permanently removed but will no longer appear in list results. Returns 204 No Content on success. Returns 404 if the template does not exist or is already deleted.
curl -X DELETE "https://api.nedzo.ai/v1/templates/123e4567-e89b-12d3-a456-426614174000" \
    -H "Authorization: Bearer YOUR_API_KEY"
No Content