Delete a keyword from a phone pool in AWS End User Messaging SMS
Use the AWS End User Messaging SMS console or AWS CLI to delete a keyword from your phone pool.
- Delete a keyword (Console)
-
Use the AWS End User Messaging SMS console to delete keywords in your pool.
Note
Required opt-out keywords can't be deleted.
To delete a keyword
Open the AWS End User Messaging SMS console at https://console.aws.amazon.com/sms-voice/
. -
In the navigation pane, under Configurations, choose Phone pools.
-
On the Phone Pools page, choose the pool that contains the keyword.
-
On the Keywords tab, choose the keyword and then Remove keyword.
- Delete a keyword (AWS CLI)
-
You can use the delete-keyword CLI to delete a keyword.
At the command line, enter the following command:
$aws pinpoint-sms-voice-v2 delete-keyword \>--origination-identityOriginationIdentity\>--keywordKeywordIn the preceding command, make the following changes:
-
Replace
OriginationIdentitywith the unique ID or Amazon Resource Name (ARN) of the phone number or sender ID that you want to remove the keyword from. -
Replace
Keywordwith the keyword to delete.
-