# Cancel campaign
# Cancel campaign
# Description
You can use this API to cancel your campaign.
# Endpoint
POST https://my.textme.co.il/api
# Parameters
Name | Type | Description | Required |
---|---|---|---|
cancel | object | Contains all other elements. | ✔️ |
user | object | Contains the user element. | ✔️ |
username | string | The username of the account by which you are recognized in the system | ✔️ |
campaign_id | int | The number of the your campaign | ✔️ |
# Request Example
xml
Copy code
# Response Example
xml
Copy code
Note
Full description of the response status and message can be found in here:
# Cancel campaigns by name
# Description
You can use this API to cancel your campaigns by their campaign name.
# Endpoint
POST https://my.textme.co.il/api
# Parameters
Name | Type | Description | Required |
---|---|---|---|
cancel | object | Contains all other elements. | ✔️ |
user | object | Contains the user element. | ✔️ |
username | string | The username of the account by which you are recognized in the system | ✔️ |
campaign_name | string | The name of your campaign | ✔️ |
# Request Example
xml
Copy code
# Response Example
xml
Copy code
Note
Full description of the response status and message can be found in here: