Skip to main content

Delete a project plan subtask assignee

DELETE 

/api/project-plan-subtask-assignees/{id}

Required permissions:

  • project_plan.edit: allows the deletion of project plan subtask assignees.

Request

Path Parameters

    id integerrequired

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

    The ID of the project plan subtask assignee 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 plan subtask assignee successfully deleted.

Loading...