Olympus Docs
ReferenceAPIsOry Identities APIfrontend

Delete a test OIDC login flow

Deletes a dry-run OIDC test login flow. A flow whose debug payload has

DELETE /self-service/login/test

Deletes a dry-run OIDC test login flow. A flow whose debug payload has been captured requires the HMAC cookie set by the OIDC callback; a flow still in the initial choose-method state is deletable with just the flow ID (it carries no PII, and the admin may want to abandon it).

Operation ID: deleteTestLoginFlow    Tag: frontend

Query parameters

NameTypeRequiredDescription
idstringyesID of the test login flow to delete.

Header parameters

NameTypeRequiredDescription
CookiestringnoHTTP Cookies. A captured test flow requires the ory_kratos_test_flow cookie set by the OIDC callback; a flow still in the initial choose-method state does not.

Responses

StatusDescriptionBody
204Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.-
400errorGenericapplication/json, object
403errorGenericapplication/json, object
404errorGenericapplication/json, object
defaulterrorGenericapplication/json, object

Generated from /tmp/kratos-api.json at build time.

On this page