{ "operationId": "deleteTrackingCategory", "method": "DELETE", "path": "/TrackingCategories/{TrackingCategoryID}", "summary": "Xero Deletes a specific tracking category", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": "ca7f8145-c8a5-4366-a2fb-784edc0cfbb7", "Status": "OK", "ProviderName": "Provider Name Example", "DateTimeUTC": "/Date(1555086457922)/", "TrackingCategories": [ { "Name": "Foo46189", "Status": "DELETED", "TrackingCategoryID": "0390bdfd-94f2-49d6-b7a0-4a38c46ebf03", "Options": [] } ] } } ] }