---
title: "Decline Secure Notification"
method: POST
path: "/workflows/v1/secure-notifications/{notification_id}/decline"
tags: ["Secure Notifications"]
---

# Decline Secure Notification

`POST /workflows/v1/secure-notifications/{notification_id}/decline`

Decline a notification.

## Path parameters

- `notification_id` string, required

## Response `200`

Successful Response

- SecureNotificationResponse — Unified response shape for all secure-notification endpoints (review F10).
  - `notification_id` string, required
  - `code` string, required
  - `status` string, required
  - `created_at` string, date-time, nullable
  - `expires_at` string, date-time, nullable
  - `approved_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-21** `d276be705570` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/interactly/apis/interactly-api-3/changes/workflows/v1/secure-notifications/:notification_id/decline/post.md)

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/35cbea12a781/schema)
