Skip to main content

Delete a person capacity

DELETE 

/api/person-capacities/{id}

warning

Requires "Capacity Versioning" feature to be enabled.

Required permissions:

  • settings.team: allows deleting person capacities.

Request

Path Parameters

    id integerrequired

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

    The ID of the person capacity 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

Person capacity successfully deleted.

Loading...