Delete Trigger Link Action
    • PDF

    Delete Trigger Link Action

    • PDF

    Article Summary

    Overview

    Deletes a link between trigger and action.

    Request

    Request URL

    DELETE {CLOUD_FUNCTIONS_API_URL}/triggers/{triggerName}/link-action
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key}
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    Path Variables

    ParameterRequiredTypeDescription
    triggerNameYesstringTrigger's name

    Request Parameters

    ParameterRequiredTypeRestrictionsDescription
    platformNostring(classic | vpc)Platform type. It is processed as default classic.

    Request Body

    {
    	"action" : "string",
    	"package" : "string"
    }
    
    PropertyRequiredTypeLimitsDescription
    actionYesstringName of the action which is to link to the trigger
    packageYesstringPackage name of the action to link to the trigger

    Response

    Response Body

    204 NO CONTENT


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.