Skip to main content
POST
Decline or close prompt.

Authorizations

Authorization
string
header
required

Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

id
integer<int32>
required

Unique identifier of the prompt to decline.

Query Parameters

memberId
string

Unique identifier of the member performing the action.

Body

Optional request body containing action type: Dismiss or Close.

actionType
enum<string>
Available options:
Dismiss,
Close

Response

Success

url
string | null

The URL to which the user should be redirected after completing the prompt interaction.

Last modified on August 10, 2026