All Products
Search
Document Center

ApsaraVideo Media Processing:DeletePipeline

Last Updated:Mar 29, 2024

Deletes an ApsaraVideo Media Processing (MPS) queue.

Operation description

You can call this operation to delete only one MPS queue at a time.

QPS limit

You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
PipelineIdstringYes

The ID of the MPS queue that you want to delete. To obtain the ID of the MPS queue, you can log on to the MPS console and choose Global Settings > Pipelines in the left-side navigation pane.

d1ce4d3efcb549419193f50f1fcd****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

338CA33A-AE83-5DF4-B6F2-C6D3ED8143F5
PipelineIdstring

The ID of the MPS queue that is deleted.

d1ce4d3efcb549419193f50f1fcd****

Examples

Sample success responses

JSONformat

{
  "RequestId": "338CA33A-AE83-5DF4-B6F2-C6D3ED8143F5",
  "PipelineId": "d1ce4d3efcb549419193f50f1fcd****"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history