使用 節省成本並取得更多功能 AWS Elemental MediaConvert
MediaConvert 是較新的檔案型影片轉碼服務,可提供完整的進階轉碼功能套件,隨需費率為每分鐘 0.0075 美元起。閱讀更多
已使用 Amazon Elastic Transcoder ? 遷移至 很簡單 MediaConvert。如需詳細資訊,請參閱此概觀
本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
刪除預設
Description (描述)
欲刪除預設,請將 DELETE 請求傳送到 /2012-09-25/presets/
資源。presetId
注意
若已使用預設,則無法將其刪除。
請求
Syntax (語法)
DELETE /2012-09-25/presets/presetId HTTP/1.1 Content-Type: charset=UTF-8 Accept: */* Host: elastictranscoder.
Elastic Transcoder endpoint
.amazonaws.com:443 x-amz-date: 20130114T174952Z Authorization: AWS4-HMAC-SHA256 Credential=AccessKeyID
/request-date
/Elastic Transcoder endpoint
/elastictranscoder/aws4_request, SignedHeaders=host;x-amz-date;x-amz-target, Signature=calculated-signature
請求參數
此操作接受下列請求參數。
- PreetId
-
您欲取得詳細資訊之預設的識別碼。
請求標頭
此操作僅使用所有操作常見的請求標頭。如需常見請求標頭的資訊,請參閱 HTTP 標頭內容。
請求主體
此操作沒有請求內文。
回應
Syntax (語法)
Status: 202 Accepted x-amzn-RequestId: c321ec43-378e-11e2-8e4c-4d5b971203e9 Content-Type: application/json Content-Length:
number of characters in the response
Date: Mon, 14 Jan 2013 06:01:47 GMT { "Success":"true" }
回應標頭
此操作僅使用大部分回應常見的回應標頭。如需常見回應標頭的資訊,請參閱 HTTP 回應。
回應內文
回應內文包含以下 JSON 物件。
- Success
-
若成功刪除預設,則
Success
的值為true
。
錯誤
如需 Elastic Transcoder 例外和錯誤訊息的詳細資訊,請參處理 Elastic Transcoder 中的錯誤。
範例
下列範例請求會刪除 ID 為 5555555555555-abcde5
的預設。
請求範例
DELETE /2012-09-25/pipelines/5555555555555-abcde5 HTTP/1.1 Content-Type: charset=UTF-8 Accept: */* Host: elastictranscoder.
Elastic Transcoder endpoint
.amazonaws.com:443 x-amz-date: 20130114T174952Z Authorization: AWS4-HMAC-SHA256 Credential=AccessKeyID
/request-date
/Elastic Transcoder endpoint
/elastictranscoder/aws4_request, SignedHeaders=host;x-amz-date;x-amz-target, Signature=calculated-signature
回應範例
Status: 202 Accepted x-amzn-RequestId: c321ec43-378e-11e2-8e4c-4d5b971203e9 Content-Type: application/json Content-Length:
number of characters in the response
Date: Mon, 14 Jan 2013 06:01:47 GMT { "Success":"true" }