Deletes a specific item bank.
Reading
DELETE /bank/<bank_id> HTTP/1.1 Host: assess.itemlogic.com |
POST Fields
Name | Description | Type |
---|---|---|
confirm | To protect from accidental deletion, you must pass this additional field. | boolean |
Return Data
A simple OK will be returned upon success.
{ "code":"200", "status":"OK" } |