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

  • Indicates a successful call.

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