cURL
curl --request DELETE \ --url https://staging.app.dados.rio/link/api/urls/{id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Delete a short URL by its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
URL ID
URL deleted successfully