Delete a connector Deprecated

DELETE /api/actions/action/{actionId}

Deprecated in 7.13.0. Use the delete connector API instead. WARNING: When you delete a connector, it cannot be recovered.

Headers

  • kbn-xsrf string Required

    Cross-site request forgery protection

Path parameters

  • actionId string Required

    An identifier for the action.

Responses

  • Indicates a successful call.

  • 401 application/json; Elastic-Api-Version=2023-10-31

    Authorization information is missing or invalid.

    Hide response attributes Show response attributes object
DELETE /api/actions/action/{actionId}
curl \
 -X DELETE https://localhost:5601/api/actions/action/c55b6eb0-6bad-11eb-9f3b-611eebc6c3ad \
 -H "kbn-xsrf: string"
Response examples (401)
{
  "error": "Unauthorized",
  "message": "string",
  "statusCode": 401
}