Disable MMS on a Number

Overview

This method allows you to disable MMS on a phone number.

Authentication

Authentication is done by passing your TSG Global API key via the Authorization header in the format "Authorization: Bearer <api_key>"

Method

Disable MMS on a phone number.

POST https://api-service.tsgglobal.world/v2/dids/<number>/mms/disable

Path Parameters

NameTypeDescription

number*

string

The phone number you want to disable.

{
    // Response
}

Last updated