Skip to main content
DELETE
https://api.taap.it
/
v1
/
links
/
{link_id}
Delete Link
curl --request DELETE \
  --url https://api.taap.it/v1/links/{link_id} \
  --header 'Authorization: <authorization>'
Permanently delete a link from your account. Request:
cURL
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

Authorization
string
required
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.