Deletes a source from MediaWeaver.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| SourceLocationName | string | Yes | The name of the source location. | MySourceLocation |
| SourceType | string | Yes | The source type. Valid values: vodSource and liveSource. | vodSource |
| SourceName | string | Yes | The name of the source. | MyVodSource |
| SoftDelete | boolean | No | Specifies whether to use delete markers. | true |
Response parameters
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.
