Skip to main content

4. Delete a credential

When a user wants to delete a credential from your app, he can click on the Delete button in the table.

Implementation

StepSideDescription
1FrontendUser clicks on the Delete button in the table.
2BackendDelete credential with endpoint DELETE /user/{user_id}/credential/{credential_id}.
3FrontendUpdate credentials table.

How it works