curl --location --request DELETE 'https://api.comtele.com.br/short-links/' \
--header 'x-api-key: <api-key>'{
"hasError": true,
"message": "string",
"object": {
"id": 0,
"code": "string",
"shortUrl": "string",
"destinationUrl": "string",
"createdAt": "string",
"updatedAt": "string",
"accessCount": 0,
"humanAccessCount": 0,
"botAccessCount": 0
},
"totalRecords": 0,
"errors": [
"string"
]
}