Delete channel data
This API enables you to delete existing data for all channels. You can use either of the following approaches:
- Option 1: Use the channel key in the payload to delete all tokens in the specified channel.
- Option 2: Use the push and inapp keys in the payload to delete specific tokens in these channels.
Note: You can use either option 1 or option 2. It is not allowed to use both approaches in one request.
Path parameters
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
Specify the version for which you would like to manage the user profile.
Enter the distinct ID that you currently use to identify the user.
Request body
Example request
{
"channel": [
"sms",
"whatsapp",
"email",
"slack",
"discord",
"teams",
"voice",
"push",
"inapp"
]
}Response
Profile updated successfully
Example response
{
"_message": "Channel has been modified successfully",
"status": "ok"
}Changes
Changed in 1 of the 35 revisions of this API.6
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○