Skip to main content
DELETE
/
v1
/
applications
/
{applicationId}
/
auth-flows
/
{authFlowId}
Delete Authentication Flow
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/applications/{applicationId}/auth-flows/{authFlowId} \
  --header 'anchor-api-key: <api-key>'
{
  "success": true
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

applicationId
string<uuid>
required

The ID of the application

authFlowId
string<uuid>
required

The ID of the authentication flow to delete

Response

authentication flow deleted successfully

success
boolean

Whether the deletion was successful