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
| Step | Side | Description |
|---|---|---|
| 1 | Frontend | User clicks on the Delete button in the table. |
| 2 | Backend | Delete credential with endpoint DELETE /user/{user_id}/credential/{credential_id}. |
| 3 | Frontend | Update credentials table. |