Français
cURL
curl --request DELETE \ --url https://api.notiline.net/v1/campaign/{lot}/cancel \ --header 'Authorization: Bearer <token>'
{ "status": 200, "message": "success", "data": { "id": 1, "lot": "1111111111111", "type": "SMS", "status": "CANCELED" } }
Annuler une campagne par ID ou lot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID ou lot du message
Réponse réussie
200
"success"
Afficher attributs enfants