API Reference
- API Overview
- API Rate Limiting
- Events
- Subscribers
- Topics
- Notification
- Workflows
- Workflow overrides
- Workflow groups
- Integrations
- Layouts
- Environments
- Changes
- Execution details
- Feeds
- Tenants
- Organizations
- Messages
Workflow groups
Delete workflow group
Copy
curl --request DELETE \
--url https://api.novu.co/v1/notification-groups/{id} \
--header 'Authorization: ApiKey <NOVU_SECRET_KEY>'
Copy
{
"data": {
"acknowledged": true,
"status": "deleted"
}
}
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Copy
curl --request DELETE \
--url https://api.novu.co/v1/notification-groups/{id} \
--header 'Authorization: ApiKey <NOVU_SECRET_KEY>'
Copy
{
"data": {
"acknowledged": true,
"status": "deleted"
}
}
Was this page helpful?
Copy
curl --request DELETE \
--url https://api.novu.co/v1/notification-groups/{id} \
--header 'Authorization: ApiKey <NOVU_SECRET_KEY>'
Copy
{
"data": {
"acknowledged": true,
"status": "deleted"
}
}
Assistant
Responses are generated using AI and may contain mistakes.