Pipeliner API

Getting access, Developing, Testing

Back to Pipeliner

GhostContacts.delete

Removes ghostcontact with given id

Input

type: object properties: parameters: type: object properties: id: type: string format: uuid description: ID of ghostcontact to delete validation-level: type: integer format: int32 description: >- Specify validation level of ghostcontact 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. required: - id title: Parameters

Output

type: object properties: success: type: boolean example: true description: True when response succeeded, false on error. data: description: id of deleted ghostcontact type: string format: uuid