Skip to main content
DELETE
/
v1
/
connections
/
{connectionId}
Delete Connection
curl --request DELETE \
  --url https://api.waycore.com/v1/connections/{connectionId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "message": "<string>",
  "requestId": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.

Path Parameters

connectionId
string
required

Response

Successful Response