deleteSmsCampaignById
Deletes an SMS campaign by its ID.
Request
DELETE https://api.bytehand.com/v2/sms/campaigns/smsCampaignId
Parameters
Path Parameters | |
---|---|
smsCampaignId | number Required parameter. Unique ID for SMS campaigns. |
Query Parameters | |
with_messages | boolean Optional parameter. If true, then all SMS messages included in it will be deleted along with the SMS campaign. If false, then only the SMS mailing will be deleted, and the SMS messages that are included in it will not be deleted. By default, false. |
Authorization
Requires authorization and access right sms_manage.
Response
Upon successful completion of the request, an object of type Response is returned.