IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Delete action API

edit

Deletes an action by ID.

When you delete an action, it cannot be recovered.

Request

edit

DELETE <kibana host>:<port>/api/actions/action/<id>

DELETE <kibana host>:<port>/s/<space_id>/api/actions/action/<id>

Path parameters

edit
id
(Required, string) The ID of the action.
space_id
(Optional, string) An identifier for the space. If space_id is not provided in the URL, the default space is used.

Response code

edit
200
Indicates a successful call.

Example

edit
$ curl -X DELETE api/actions/action/c55b6eb0-6bad-11eb-9f3b-611eebc6c3ad