Deleting a Take Action definition

This example describes how to use the DELETE /system/actions endpoint to delete a Take Action definition.

The format of the path is as follows:
https://host:port/api/v1/system/actions?name=action_name&lstdate=YYYMMDDHHMMSS000
Where:
  • action_name is the name of a defined Take Action.
  • YYYMMDDHHMMSS000 is the timestamp when the Take Action definition was last modified.
    Note: This timestamp value is used as a locking mechanism to prevent multiple requests aimed at the same Take Action definition. For information about the format of the timestamp, see Using time values for requests.
    Tip: You can obtain this value by using the GET /system/actions endpoint; the lstdate parameter is returned as part of the response.