curl --request DELETE \
--url https://api.seminode.com/v1/inbox/notifications/{id} \
--header 'Authorization: <api-key>'{
"detail": "<string>"
}Delete an inbox notification for the authenticated company
curl --request DELETE \
--url https://api.seminode.com/v1/inbox/notifications/{id} \
--header 'Authorization: <api-key>'{
"detail": "<string>"
}Was this page helpful?