{ "operationId": "deleteTrackingOptions", "method": "DELETE", "path": "/TrackingCategories/{TrackingCategoryID}/Options/{TrackingOptionID}", "summary": "Xero Deletes a specific option for a specific tracking category", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": "d985866e-0831-418f-a07c-4d843ff66d25", "Status": "OK", "ProviderName": "Provider Name Example", "DateTimeUTC": "/Date(1555085857338)/", "Options": [ { "TrackingOptionID": "34669548-b989-487a-979f-0787d04568a2", "Name": "Bar40423", "Status": "DELETED", "HasValidationErrors": false, "IsDeleted": true, "IsArchived": false, "IsActive": false } ] } } ] }