v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Functions

Delete Trigger

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.

delete/v2/functions/namespaces/{namespace_id}/triggers/{trigger_name}

Path parameters

namespace_idstring required

The ID of the namespace to be managed.

trigger_namestring required

The name of the trigger to be managed.

Response

The action was successful and the response body is empty.