interface DeleteProperty {
    propertyKey: string;
    requestTypeId: number;
    serviceDeskId: string;
}

Properties

propertyKey: string

The key of the property to remove.

requestTypeId: number

The ID of the request type for which the property will be removed.

serviceDeskId: string

The ID of the service desk which contains the request type. This can alternatively be a project identifier.