Skip to content

DeleteNamedAccountListRequest

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": [
    {
      "createdAt": "string",
      "marketoGUID": "123",
      "name": "Example name",
      "reasons": [
        {
          "code": "string",
          "message": "string"
        }
      ],
      "seq": 123,
      "status": "created",
      "type": "string",
      "updateable": false,
      "updatedAt": "string"
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.