deleteMMSID

Delete an MMS template that has been defined in the XML.

Overview

Deletes an MMS template whose mms-id is defined in the XML. All contents in the MMS template will be deleted immediately. In the case of Optimized MMS, the transcoded files will be also deleted.

Request Parameters:

Mandatory: action, api_key, mms-id

Response Parameters:

status, mmsId, errorCode, errorInfo

Related Error Codes:

E104, E105, E108, E112, E113, E120, E241, E620

Request Example

deleteMMSID request

Copy
Copied
<request>
    <action>deleteMMSID</action>
    <api-key>qTFkykO9JTfahCOqJ0V2Wf5Cg1t8iWlZ</api-key>
    <mms-id>35674</mms-id>
</request>

Response examples

deleteMMSID request Success

Copy
Copied
<response>
    <status>Success</status>
    <mms-id>35674</mms-id>
</response>

deleteMMSID request Failure

Copy
Copied
<response>
    <status>Failure</status>
    <error-code>E241</error-code>
    <error-info>Invalid mms-id / MMS don't exist</error-info>
</response>
Was this page helpful?