Path parameters

  • table string Required

    Name of the case insensitive database table. Available table names for the Maintenance database are shown below

    Values are Item, Class, Mfg, Type, Task, Process, ProcImg, Remind, Supply, Tool, or Setting.

  • id integer Required

    Record ID

Responses

  • 204

    Record deleted successfully

  • 404

    Record not found

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