curl --request POST \
--url https://api.example.com/v1.0/subscribers/message-filter/allowed-contacts/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"SubscriberId": "<string>",
"MessageFilterId": "<string>",
"Contacts": [
"<string>"
]
}
'curl --request POST \
--url https://api.example.com/v1.0/subscribers/message-filter/allowed-contacts/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"SubscriberId": "<string>",
"MessageFilterId": "<string>",
"Contacts": [
"<string>"
]
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Allowed_Contacts_Request object
Success