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.

Changes

Changed in 4 of the 8 revisions of this API.14