All Products
Search
Document Center

Intelligent Media Management:DeleteTrigger

Last Updated:Jan 19, 2026

Deletes a trigger.

Operation description

You can delete a trigger only if the trigger is in one of the following states: Ready, Failed, Suspended, and Succeeded. You cannot delete a trigger that is in the Running state.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ProjectNamestringYes

The name of the project. You can obtain the name of the project from the response of the CreateProject operation.

test-project
IdstringYes

The ID of the trigger. You can obtain the ID of the trigger from the response of the CreateTrigger operation.

trigger-9f72636a-0f0c-4baf-ae78-38b27b******

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

FEDC9B1F-30F2-4C1F-8ED2-B7860187****

Examples

Sample success responses

JSONformat

{
  "RequestId": "FEDC9B1F-30F2-4C1F-8ED2-B7860187****"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history