# Delete Link Deletes a payment link identified by its unique ID. Once deleted, the link becomes invalid and can no longer be used. This action is irreversible. Endpoint: DELETE /link/{id} Version: 2.0 Security: accountId, apiKey ## Path parameters: - `id` (string, required) ## Response 400 fields (application/json): - `status` (string, required) - `message` (array, required) An array of human-readable messages included in the response. These messages provide detailed information about the success of the operation or explain the reasons for any failure. This field is always present in the response to ensure clarity and transparency regarding the outcome of the API request. ## Response 403 fields (application/json): - `type` (string) Link that redirects to the API documentation. Example: "https://api.prod.easypay.pt/docs#section/NotFound" - `title` (string) Brief title about the error. Example: "Not Found" - `detail` (string) Brief description about the error. Example: "no link found with the provided id" - `status` (number) API error code. ## Response 404 fields (application/json): - `status` (string, required) - `message` (array, required) An array of human-readable messages included in the response. These messages provide detailed information about the success of the operation or explain the reasons for any failure. This field is always present in the response to ensure clarity and transparency regarding the outcome of the API request. ## Response 500 fields (application/json): - `status` (string, required) - `message` (array, required) An array of human-readable messages included in the response. These messages provide detailed information about the success of the operation or explain the reasons for any failure. This field is always present in the response to ensure clarity and transparency regarding the outcome of the API request. ## Response 204 fields