Delete short URL APIedit

[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. Delete a Kibana short URL.

Requestedit

DELETE <kibana host>:<port>/api/short_url/<id>

Path parametersedit

id
(Required, string) The short URL ID that you want to remove.

Response codeedit

200
Indicates a successful call.

Exampleedit

Delete a short URL 12345 ID:

$ curl -X DELETE api/short_url/12345