You can call this operation to delete a trigger.

Request headers

This operation uses only common request headers. For more information, see Common parameters.

ParameterTypeRequiredExampleDescription
If-MatchStringNoe19d5cd5af0378da05f63f891c74****

The value used to ensure that the modified resource is consistent with the resource to be modified. The value is obtained from the responses of CreateTrigger, GetTrigger, and UpdateTrigger.

Request syntax

DELETE /services/{serviceName}/functions/{functionName}/triggers/{triggerName} 

Request parameters

ParameterTypePositionRequiredExampleDescription
serviceNameStringPathYesservice_name

The name of the service.

functionNameStringPathYesfunction_name

The name of the function.

triggerNameStringPathYestrigger_name

The name of the trigger to be deleted.

Examples

Sample requests

DELETE /2016-08-15/services/service_name/functions/function_name/triggers/trigger_name HTTP/1.1
            

Sample success responses

JSON format

HTTP/1.1 204 No Content 
Common response headers