Delete a Hosted Login linkdelete https://{hostname}/config/{app_id}/flows/{flow}/links/{linkId}Removes the specified link from the flow.Path Paramsapp_idstringrequiredApplication ID. You can find your application ID on the Console's Manage Application page.flowstringrequiredName of the flow.linkIdstringrequiredName of the Hosted Login link.Responses 204No content. 404Flow not found. 409The flow is being edited by another user and is currently locked.Updated about 1 month ago