Skip to content

Delete notifications

DELETE
/v1/account/notification/inbox
curl --request DELETE \
--url https://api.parasta.io/v1/account/notification/inbox \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "ids": [ "example" ] }'
Media type application/json
object
ids
required
Array<string>
Example generated
{
"ids": [
"example"
]
}

OK

Media type application/json
object
deletedCount
integer
Example generated
{
"deletedCount": 1
}

Please contact your representative. 담당자에게 문의해주세요.