All Products
Search
Document Center

CDN:DeleteFCTrigger

Last Updated:Aug 28, 2026

Deletes a specified Function Compute trigger.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.com if Filter is set to domain/example.com. Function Compute can be triggered by multiple domains if Filter is set to domain/{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.