Skip to main content

Delete a budget task

DELETE 

/api/budget-tasks/{id}

Required permissions:

  • budget.edit: allows edit resources of projects where the user is the PM or the Account.
  • budget.edit_other: allows edit resources of projects where the user is not the PM nor the Account.

Here the dedicated support page.

Request

Path Parameters

    id integerrequired

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

    The ID of the budget task 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

Budget task successfully deleted.

Loading...