Delete a connection
Deletes the connection, destroys its stored secrets (deletion IS the revocation primitive) and removes its auto-provisioned action. Authorization: space:contribute on the connection’s own space. Returns { data: { id, deleted } }.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
connectionId
Response
The deleted connection id.
data