---
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

---

[API](https://skmtc.net/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.net/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/versions/9f4e7dc7e094/schema)
