Remove a record from the table
DELETE
/DB/Maint/{table}/{id}
curl \
--request DELETE 'https://api.whyreadthemanual.com/v1.0/DB/Maint/item/123' \
--header "X-ApiKey: $API_KEY"
Remove a record from the table
curl \
--request DELETE 'https://api.whyreadthemanual.com/v1.0/DB/Maint/item/123' \
--header "X-ApiKey: $API_KEY"