DELETE
/connection/connection
vessel-api-token*
curl --request DELETE \
--url https://api.vessel.land/connection/connection \
--header 'Content-Type: application/json' \
--header 'vessel-api-token: ' \
--data '{
"connectionId": "string"
}'
Body
connectionIdRequired
string
curl --request DELETE \
--url https://api.vessel.land/connection/connection \
--header 'Content-Type: application/json' \
--header 'vessel-api-token: ' \
--data '{
"connectionId": "string"
}'