Skip to content

DeleteNamedAccountRequest

Type: object

Properties

Property Type Required Description Constraints
deleteBy string No Key to use for deletion of the record
input array Yes List of input records

Generated example

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

Referenced models

Source

Generated from swagger-mapi.json.