Pipeliner API

Getting access, Developing, Testing

Back to Pipeliner

ProjectObjectives.batch_delete

Removes ProjectObjectives with given list of ids

Input

type: object properties: parameters: type: object properties: validation-level: type: integer format: int32 description: >- Specify validation level of ProjectObjectives on delete. Use them as bit mask: 0 - validate each field on entity, 2 - validate only changed fields, 4 - validate only system fields, 8 - allows to override readonly fields, 16 - allows to set entity on deleted relationship. rollback-method: type: integer format: int32 description: >- Specify rollback method for ProjectObjectives. 0 - rollback all, 1 - rollback only failed records. title: Parameters data: type: array items: type: string description: An id of entity projectobjective to delete. format: uuid title: Data

Output

type: object properties: success: type: boolean example: true description: True when response succeeded, false on error. data: type: array items: oneOf: - type: string description: An id of deleted projectobjective. format: uuid - properties: http_status: description: HTTP status code type: integer example: 400 code: description: Internal API error code type: integer example: 117 name: description: Name of the API error type: string example: ERROR_PARAMETER_INVALID message: description: Description of the API error type: string success: description: Always false on error. type: boolean example: false required: - success - http_status