Delete a short URL
Technical Preview
Spaces method and path for this operation:
delete /s/{space_id}/api/short_url/{id}
Refer to Spaces for more information.
Delete a Kibana short URL.
DELETE
/api/short_url/{id}
curl \
--request DELETE 'https://localhost:5601/api/short_url/{id}' \
--header "Authorization: $API_KEY"