Bulk topic unsubscription via CSV

Bulk unsubscribe the contacts of an application from a CSV file from the specified topic

Query Params
integer
required

Application ID

integer
required

Topic ID

Body Params
file
required

A .csv file with a list of contacts. The columns that are read:

  • countryCode: must be an integer, e.g. 34. Mandatory.
  • phone: e.g. 666112233. Mandatory.

Do not include BOM.

Example:

countryCode,phone
34,666112233
34,666112244
34,666112255
....
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json