Permanently dismiss a nudge for this memory.
cURL
curl --request POST \ --url https://api.example.com/api/dashboard/nudges/{memory_id}/dismiss \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "nudge_type": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request body for dismissing a nudge.
Successful Response