Skip to content

DeleteCustomObjectRequest

Type: object

Properties

Property Type Required Description Constraints
deleteBy string No Field to delete records by. Permissible values are idField or dedupeFields as indicated by the result of the corresponding describe record
input array Yes List of input records

Generated example

{
  "deleteBy": "string",
  "input": [
    {
      "marketoGUID": "123",
      "reasons": [
        {
          "code": "string",
          "message": "string"
        }
      ],
      "seq": 123
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.