Delete auth connection

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

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

Auth connection deleted successfully

no response body.
curl -X DELETE "https://example.com/auth/connections/string"
Empty