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
Authorizations
Body
keywordstringRequired
userIdstringRequired
orgAliasstringRequired
Responses
200
User Status for Flash Card deleted successfully
400
Bad request
409
Conflict
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