Workflow Rules

Delete workflow rule

Delete a workflow rule. Returns the rule that was removed.

delete/workflow-rule/{id}

Path parameters

idstring required

Response

The deleted rule

idstring required
projectIdstring required
integrationTypestring required
eventTypestring required
columnIdstring required
createdAtstring date-time required
updatedAtstring date-time required

Changes

Changed in 3 of the 23 revisions of this API.111

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the required property columnId to the response with the 200 status

      response-required-property-added

    • added the required property createdAt to the response with the 200 status

      response-required-property-added

    • added the required property eventType to the response with the 200 status

      response-required-property-added

    • added the required property id to the response with the 200 status

      response-required-property-added

    • added the required property integrationType to the response with the 200 status

      response-required-property-added

    • added the required property projectId to the response with the 200 status

      response-required-property-added

    • added the required property updatedAt to the response with the 200 status

      response-required-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • endpoint added

      endpoint-added