Skip to main content

Delete a timesheet whitelist

DELETE 

/api/timesheet-whitelists/{id}

Removes a person from the timesheet whitelist of a project.

warning

Removing people from the project whitelist takes effect only if the whitelist is enabled for the project. Check here whether the whitelist is enabled for your project.

Required permissions:

  • pipeline.edit: allows managing the timesheet whitelist of projects where the user is the PM or the Account.
  • pipeline.edit_other: allows managing the timesheet whitelist of projects where the user is not the PM nor the Account.

Request

Path Parameters

    id integerrequired

    Possible values: Value must match regular expression [0-9]+

    The ID of the timesheet whitelist to delete

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Responses

Timesheet whitelist successfully deleted.

Loading...