Skip to content

DeleteReport Json

Chris Churas edited this page May 7, 2015 · 1 revision

DeleteReport Json

Below is an example of a DeleteReport. Under the example is a description of every field.

{
  "id":1231324123,
  "reason":"Workflow (5629499534213120) not found",
  "successful":false
}

Description of fields

id

Id of Object that was being interacted with.

reason

This field will contain a string describing the reason of the failure and should only contain data if successful field is set to false

successful

true for successful deletion false otherwise.