Deleting Flash Cards Status for a User for that skill keyword

Let's see how to remove status of Flash Cards of that keyword for a user

Update User Status for a Flash Card

post
Authorizations
Body
keywordstringRequired
userIdstringRequired
orgAliasstringRequired
Responses
200
User Status for Flash Card deleted successfully
post
POST /api/v1/cardsUserStatus/delete HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 52

{
  "keyword": "text",
  "userId": "text",
  "orgAlias": "text"
}

No content

Last updated