Skip to main content
DELETE
/
v1
/
links
/
{link_id}
Delete a Link
curl --request DELETE \
  --url https://api.example.com/v1/links/{link_id}

Description

The endpoint removes a link and all associated data. This permanently removes a connection link and its associated employment or financial data from the Transcrypts system.

Authentication

The endpoint requires API credentials:
  • Client ID (header)
  • Access Key (header)

Path Parameters

ParameterTypeRequiredDescription
link_idstringYesThe unique identifier for the link to be deleted

Response

Success Response (204 No Content)

Returns an empty response body confirming the link has been removed.

Error Responses

401 Unauthorized: Invalid or missing authentication credentials. 403 Forbidden: Insufficient permissions for the authenticated user. 404 Not Found: The specified link ID does not exist.