Delete API
DELETE/api/v1/{APP_ID}/{API_KEY}/delete/{API_ID}
Delete API
This method allows you to delete an API.
This endpoint will remove the API within SheetDB, and will not affect or delete the Google Spreadsheet itself.
JSON Response
{
"deleted": 1
}