Delete a short URL Technical Preview

DELETE /api/short_url/{id}

Delete a Kibana short URL.

Path parameters

  • id string Required

    The identifier for the short URL.

Responses

  • 200

    Indicates a successful call.

DELETE /api/short_url/{id}
curl \ --request DELETE 'https://localhost:5601/api/short_url/{id}' \ --header "Authorization: $API_KEY"