mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
39 lines
725 B
Text
39 lines
725 B
Text
[[short-urls-api-delete]]
|
|
=== Delete short URL API
|
|
++++
|
|
<titleabbrev>Delete short URL</titleabbrev>
|
|
++++
|
|
|
|
experimental[] Delete a {kib} short URL.
|
|
|
|
|
|
[[short-urls-api-delete-request]]
|
|
==== Request
|
|
|
|
`DELETE <kibana host>:<port>/api/short_url/<id>`
|
|
|
|
|
|
[[short-urls-api-delete-path-params]]
|
|
==== Path parameters
|
|
|
|
`id`::
|
|
(Required, string) The short URL ID that you want to remove.
|
|
|
|
|
|
[[short-urls-api-delete-response-codes]]
|
|
==== Response code
|
|
|
|
`200`::
|
|
Indicates a successful call.
|
|
|
|
|
|
[[short-urls-api-delete-example]]
|
|
==== Example
|
|
|
|
Delete a short URL `12345` ID:
|
|
|
|
[source,sh]
|
|
--------------------------------------------------
|
|
$ curl -X DELETE api/short_url/12345
|
|
--------------------------------------------------
|
|
// KIBANA
|