Delete Link

This API deletes a previously created short link.
Once deleted, the link will no longer be accessible and will redirect to an error page when clicked.

Deleted links cannot be recovered, so use this feature with caution.

Http Header
DELETE /api/link/v1/delete?linkId={linkId}&domain={domain}
Host: https://vivoldi.com
Authorization: APIKey {Your API Key}
Content-type: -
User-agent: {Your User-agent}
Accept-Language: en
Request
{
	"linkId": "4Rt3",
	"domain": "https://vvd.bz"
}
FieldsField DescriptionsDescriptionRequiredType
linkIdLink ID ID of the generated short link
Example:
If the address of the short link is "https://vvd.bz/fML", the linkID is fML.
URLEncode is required if a branded LinkID is set (you set the LinkID yourself) and contains special characters.
string
domainDomain The domain of the short link address.
Example:
If the address of the short link is "https://vvd.bz/fML", the domain is https://vvd.bz. Important: The value https:// or http:// must be entered.
If you set it to a domain other than the domain of the generated short link, an error occurs.
For a branded LinkID (you set the LinkID yourself), the domain is https://vvd.im.
string
 
Response
{
	"code": 0,
	"message": "",
	"result": null
}
FieldsDescriptionType
codeResponse code (0:Success)int
messageThe response message, or a related message if the response code is non-zero.string