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