Create an opt-out
SMS and MMS
Create an opt-out
Creates an opt-out for a Sender ID, 10DLC campaign, or all outbound messages.
POST
Create an opt-out
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Body
application/json
Opt-out configuration.
Example:
{
"number": "16419252149",
"sender_id": "15072429497"
}Response
Opt-out created.
Example:
true