Connection
Delete Connection
Connection
Delete Connection
Remove a connection for a given connectionId
. Removing a connection disconnects the user's CRM so they'll need to re-authenticate should they want to re-connect their CRM.
curl --request DELETE \
--url https://app.vessel.dev/connection/connection \
--header 'vessel-api-token: <vessel-api-token>' \
--header 'x-vessel-api-token: <x-vessel-api-token>' \
--data '{
"connectionId": "<connectionid>"
}'
curl --request DELETE \
--url https://api.vessel.land/connection/connection \
--header 'Content-Type: application/json' \
--header 'vessel-api-token: ' \
--data '{
"connectionId": "string"
}'