cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/applications/{applicationId}/auth-flows/{authFlowId} \ --header 'anchor-api-key: <api-key>'
{ "success": true }
Deletes an existing authentication flow.
API key passed in the header
The ID of the application
The ID of the authentication flow to delete
authentication flow deleted successfully
Whether the deletion was successful
Was this page helpful?