Delete a connection¶
DELETE https://api.copper.com/developer_api/v1/related_links/{{connection_id}}
To delete already existing connections in the connect field, use the delete a connection API.
Example Requests¶
Delete a connection¶
curl --request DELETE "https://api.copper.com/developer_api/v1/related_links/2101" \
--header "X-PW-AccessToken: YOUR_TOKEN_HERE" \
--header "X-PW-Application: developer_api" \
--header "X-PW-UserEmail: YOUR_EMAIL_HERE" \
--header "Content-Type: application/json"
{
"ids": [40085, 40086],
"is_deleted": true
}