Delete URLs
DELETE /urls/[hash]
Input params: hash - tiny hash associated with URL.
It is also possible to pass a group of hashes in query parameter "hashes", separated with comma.
For example, lets pass a group of three hashes (a,b,c):
DELETE /urls?hashes=a%2Cb%2Cc
Example response:
{
"error": {
"code": 0,
"message": ""
}
}
HTTP status code - 200 OK
NOTE: URLs with "protected" flag never deleted!
After deletion of short link, it's hash may be reused.