Permanently delete a link from your account.
Request:
curl -X DELETE 'https://api.taap.it/v1/links/link_987654321' \
-H 'Authorization: Bearer taapit_your_api_key_here'
Response:
{
"message": "Link deleted successfully"
}
Authorization
Bearer token for API authentication. Format: Bearer YOUR_API_KEY
Path Parameters
Unique identifier for the link to delete
Query Parameters
Deleting a link is permanent and cannot be undone. All analytics data associated with the link will also be removed.