Delete status page template
Delete an event template from a status page.
Restrictions
Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Parameters for deleting a status page template.
Status page ID; obtain it from POST /status-page/list.
Template kind: pre_defined predefined template, message message template.
pre_defined, message ID of the template to delete; obtain it from POST /status-page/template/list.
Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.