Deletes a specified Function Compute trigger.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TriggerARN |
string |
Yes |
The trigger that corresponds to the Function Compute service. |
acs:cdn:{RegionID}:{AccountID}:{Filter} |
SourceARN
SourceARN format: acs:cdn:{RegionID}:{AccountID}:{Filter}.
-
Filter indicates the resource and filter in the format of
{FilterName}/{FilterValue}. If you want to specify multiple values for FilterValue, separate the values with commas (,) and enclose them with braces ({}). -
In this example, the LogFileCreated event supports a filter of which FilterName is set to domain. Function Compute can be triggered only by
example.comif Filter is set todomain/example.com. Function Compute can be triggered by multiple domains if Filter is set todomain/{example.com,aliyun.com}. -
Separate filters with forward slashes (/). Set the logical operator among filters to AND. Format:
acs:cdn:{RegionID}:{AccountID}:{Filter1}/{Filter2}/{Filter3}....
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
EC046C5D-8CB4-4B6B-B7F8-B335E51EF90E |
Examples
Success response
JSON format
{
"RequestId": "EC046C5D-8CB4-4B6B-B7F8-B335E51EF90E"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.TriggerARN | The specified parameter TriggerARN is not valid. | |
| 403 | PermissionDeny | No permission to operate this FCTrigger. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.