POST TimeTrackingProject/DeleteByIds

Deletes Time Tracking Projects based on provided ProjectId's

Request Information

URI Parameters

None.

Body Parameters

The array of Time Tracking Project ID's to delete

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

Response Information

Resource Description

None.