Framework Editor Task Templates
Delete framework editor task template
Delete a framework editor task template by ID
delete/v1/framework-editor/task-template/{id}
Path parameters
idstring required
Example:frk_tt_abc123def456
Framework editor task template ID
Response
Successfully deleted framework editor task template
{"stackTrail":"paths:/v1/framework-editor/task-template/{id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"message":"Framework editor task template deleted successfully","deletedTaskTemplate":{"id":"frk_tt_abc123def456","name":"Monthly Security Review"},"authType":"session","authenticatedUser":{"id":"user_123","email":"user@example.com"}}}
Example response
{
"message": "Framework editor task template deleted successfully",
"deletedTaskTemplate": {
"id": "frk_tt_abc123def456",
"name": "Monthly Security Review"
},
"authType": "session",
"authenticatedUser": {
"id": "user_123",
"email": "user@example.com"
}
}