Delete a Flash Card
This endpoint allows you to delete the flash card created by you for your organisation
Authorizations
Body
flashCardIdstringRequired
orgAliasstringRequired
Responses
200
Flash card deleted successfully
400
Bad request
409
Conflict
post
POST /api/v1/flashCard/delete HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"flashCardId": "text",
"orgAlias": "text"
}
No content
Last updated