Skip to main content

Delete Short URL

Description

To delete an existing short URL, it is necessary to make a DELETE request to the SHORT URL API endpoint with the "masked_url_id"

Production Endpoint URL: https://api.cpaas.symphony.rakuten.net/short-url/v1/url/$masked_url_id

Methods: DELETE

HTTP Headers

ParameterRequiredValue
AuthenticationYType: Bearer
Token: JWT Token
AcceptYapplication/json
Content-TypeYapplication/json; charset=UTF-8

Response:

If successful, the API call will return an HTTP 200 OK with a JSON document as a response. Please see section “Error Codes" for a description of the failure responses.