Skip to content

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

1
2
3
4
5
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"
1
2
3
4
{
  "ids": [40085, 40086],
  "is_deleted": true
}