Skip to main content

Delete action

delete
/api/pvlt/1.0/ctl/actions/{action}

Deletes an action.

You cannot delete a built-in action.

The role performing this operation must have the CapActionWriter capability. See Access control for more information about how capabilities are used to control access to operations.

Request

Path parameters

  • action - string required*

    The name of an action.

Query parameters

  • custom_audit - string

    Custom audit information to be included in the audit log.

Possible responses

The request is successful.

Try the API

Authorization

Path parameters

Query parameters

Navigate to the docs of your local Vault installation to try the API directly from there.

Code examples

Example