Skip to main content

Delete a project status

DELETE 

/api/project-statuses/{id}

Required permissions:

  • project_status.delete: allows to delete resources of projects where the user is the PM or the Account.
  • project_status.delete_other: allows to delete 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 project status 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

Project status successfully deleted.

Loading...