All Products
Search
Document Center

Intelligent Media Services:DeleteSource

Last Updated:Jan 14, 2026

Deletes a source from MediaWeaver.

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
SourceLocationNamestringYes

The name of the source location.

MySourceLocation
SourceTypestringYes

The source type. Valid values: vodSource and liveSource.

vodSource
SourceNamestringYes

The name of the source.

MyVodSource
SoftDeletebooleanNo

Specifies whether to use delete markers.

true

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

Request ID

xxx-xxxx-xxxxx-xxxx
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "xxx-xxxx-xxxxx-xxxx",
  "Success": true
}

Error codes

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