cURL
curl --request DELETE \ --url https://{appid}.api-{region}.cometchat.io/v3/notifications/v1/contact-details \ --header 'apikey: <api-key>' \ --header 'onBehalfOf: <onbehalfof>'
{ "data": { "success": true } }
Deletes the stored contact details for a given user.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
UID of the user on whose behalf the action is performed.
A list of push notification's settings
Was this page helpful?