deleteTrigger
- Print
- PDF
deleteTrigger
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete a trigger.
DELETE https://dataflow.apigw.ntruss.com/api/v1/triggers/{triggerId}
Request
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
triggerId | Yes | String | Trigger ID |
Response
Response status
HTTP Status | Desc |
---|---|
200 | OK (deletion completed) |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
500 | Internal Server Error |
Examples
Request example
DELETE /api/v1/triggers/T63391JxQHNj
Host: dataflow.apigw.ntruss.com
x-ncp-iam-access-key: {Access key}
x-ncp-apigw-signature-v2: {API GW signature}
x-ncp-apigw-timestamp: {timestamp}
Response example
true
Was this article helpful?