Remove notification recipients
Notifications
Remove notification recipients
DELETE
Remove notification recipients
🔒 Admin only. Requires administrator privileges — the authenticated principal (API key, embed JWT, or any bearer token) must belong to a user with the admin role.
Unsubscribes one or more recipients (1–1000 per request) from a notification. Each entry is identified by
type plus the id returned by the API — userId for USER, embedUserId for EMBED_USER, or channelId for SLACK. EMBED_USER entries must also include embedTenantName, which locates the recipient’s storage partition. Removals are idempotent (deleting a recipient that isn’t subscribed is a no-op). Returns 204 No Content, or 404 if the notification is not part of this deployment.Authorizations
Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.
Path Parameters
Numeric id of the deployment that owns the notification.
Numeric id of the notification (scheduled run).
Body
application/json
RemoveNotificationRecipientsInput
Recipients to unsubscribe (1–1000 per request)
Required array length:
1 - 1000 elementsResponse
Successful response