DELETE /v2/functions/namespaces/{namespace_id}/triggers/{trigger_name}
Deletes the given trigger.
To delete trigger, send a DELETE request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME
.
A successful deletion returns a 204 response.
Servers
- https://api.digitalocean.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
trigger_name |
String | Yes |
The name of the trigger to be managed. |
namespace_id |
String | Yes |
The ID of the namespace to be managed. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.