Delete an ACL from the specified service and version.

To remove an ACL from use, the ACL must be deleted from a draft version and the version without the ACL must be activated.

Note: Using this action requires Engineer-level permissions or higher.

External Documentation

To learn more, visit the Fastly documentation.

Parameters

ParameterDescription
ACL NameThe name of the ACL. Must start with a letter or a number and contain only letters, numbers, underscores and whitespace.
Service IDThe unique identifier of the service.
Version IDThe unique identifier of the version.

Example Output

{
	"status": "ok"
}

Workflow Library Example

Delete an Acl with Fastly and Send Results Via Email

Preview this Workflow on desktop