Connections dev API
Revoke a development connection
DELETE /v1/connections/:id and stop its fixture credential from resolving.
Bash
curl -X DELETE \
"$EYEBALL_EXECUTOR_URL/v1/connections/conn_01JZ6WCPX7X67K7NYYKAPX62T0" \
-H "Authorization: Bearer $EYEBALL_API_KEY"Response:
JSON
{
"connectionId": "conn_01JZ6WCPX7X67K7NYYKAPX62T0",
"status": "revoked"
}The ID must be a valid conn_* identifier. Missing and cross-project connections return not_found. Revocation is process-local and cannot be undone through this API.