Delete link
Delete link will delete the link information, however, the short link ID will continue to exist, it will redirect to https://redirects.webdo.com/notfound.htm
Require Authorization header.
Method: POST,
URL: https://keydocument.q-ube.com/shorts/deletelinks,
headers:{
'Content-type':'application/json; charset=utf-8',
'Authorization':'Bearer ' <token>
},
data:{
data:[{
id:<id>
}]
}
Add "appkey" to data if the authorization is created with an application key.
The response is JSON.