Workflow

Delete default system action binding by action id

Deletes a default system action binding.

Returns the deleted system action object.

This method is minimally destructive, as it neither deletes a workflow action, nor removes any system action category. Instead, it dissolves the association between the two, which can be re-established any time.

To find a suitable identifier, you can use GET /system/actions/{workflowActionId} and find it in the immediate identifier property of any of the objects returned in the entity.

delete/api/v1/workflow/system/actions/{identifier}

Path parameters

identifierstring required

Identifier of the system action mapping to delete.

Example value: 59995336-187e-442a-b398-04b9f137eabd (Demo starter binding that maps DELETE system action to the "Destroy" workflow action for the Blog content type)

Response

System action binding deleted successfully

i18nMessagesMapobject
permissionsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.