v1

latestSwagger 2.02026-07-1760185352.5 KB
frontend

Delete a test OIDC login flow

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).

delete/self-service/login/test

Query parameters

idstring required

ID of the test login flow to delete.

Headers

Cookiestring

HTTP 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.

Response

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.