Delete a Flash Card

This endpoint allows you to delete the flash card created by you for your organisation

Delete Flash card

post
Authorizations
Body
flashCardIdstringRequired
orgAliasstringRequired
Responses
200
Flash card deleted successfully
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