Opt a contact out of SMS
DELETE/api/v3/sms/:user_id
Opt a contact out of SMS messages. Pass the user_id in the URL, e.g. /api/v3/sms/1234. You can also opt out by phone number with /api/v3/sms/phone:8606341602. Phone numbers aren't stored in a consistent format, so we match on the last 10 digits and opt out every contact with that phone number.
Request
Responses
- 200
- 400
- 401
Object was deleted successfully
Bad request
Authentication error