Path parameters
-
id
string Required The identifier for the short URL.
DELETE
/api/short_url/{id}
curl \
--request DELETE 'http://localhost:5622/api/short_url/{id}' \
--header "Authorization: $API_KEY"
The identifier for the short URL.
curl \
--request DELETE 'http://localhost:5622/api/short_url/{id}' \
--header "Authorization: $API_KEY"