DELETE
/auth/connections/{id}Deletes an auth connection and terminates its workflow. This will:
- Delete the auth connection record
- Terminate the Temporal workflow
- Cancel any in-progress login flows
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Auth connection ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/auth/connections/string"Empty
{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}Update auth connection PATCH
Update an auth connection's configuration. Only the fields provided will be updated.
Start login flow POST
Starts a login flow for the auth connection. Returns immediately with a hosted URL for the user to complete authentication, or triggers automatic re-auth if credentials are stored.