deleteSMSKeywords
The deleteSMSKeywords
function allows you to delete an SMS keyword.
Overview
If you want to add people to an SMS keyword, use addToSMSKeyword
. If you
want to remove people from an SMS keyword, use removeFromSMSKeyword
.
Syntax
writeResult = bApi.deleteSMSKeywords(smsKeywordObject[] keywords);
Attributes
Name | Type | Required | Description |
---|---|---|---|
id |
string | No (Required if an name is not passed
in) |
The unique id for an SMS keyword. |
name |
string | No (Required if an id is not passed
in) |
The name assigned to the SMS keyword. |