Skip to main content
DELETE
/
v1
/
notifications
/
types
/
{event_type}
/
template
Delete the per-org override (revert to the platform default)
curl --request DELETE \
  --url https://api-sandbox.featherhq.com/v1/notifications/types/{event_type}/template \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

event_type
string
required

Query Parameters

channel_kind
enum<string>
default:slack

The messaging channel a destination delivers through.

slack is the only kind in v1. New kinds are additive — add a member here, a provider class, and a PROVIDER_REGISTRY entry.

Available options:
slack

Response

Successful Response