Connections
Delete Connection
Connections
Delete Connection
Delete a connection
curl --request POST \
--url https://app.vessel.dev/api/connections/delete \
--header 'x-vessel-api-token: <x-vessel-api-token>' \
--data '{
"id": "<id>"
}'
curl --request POST \
--url https://app.vessel.dev/api/connections/delete \
--header 'Content-Type: application/json' \
--header 'x-vessel-api-token: ' \
--data '{
"id": "v_connection_development_apollo_eb97282c54ff6c5d9bdf4c716a01d6950c02d361183088769acbe302f94caf52"
}'
Authorizations
x-vessel-api-token[header]required
string
Body
idrequired
string
Response
success
curl --request POST \
--url https://app.vessel.dev/api/connections/delete \
--header 'Content-Type: application/json' \
--header 'x-vessel-api-token: ' \
--data '{
"id": "v_connection_development_apollo_eb97282c54ff6c5d9bdf4c716a01d6950c02d361183088769acbe302f94caf52"
}'