Deletes an entity matching model. Currently, this is a soft delete, and only removes the entry from listing.
required | Array of objects or objects (OneOfId) List of ids or externalIds of models. |
Models deleted.
The response for a failed request.
{- "items": [
- {
- "id": 2563587950655335
}, - {
- "externalId": "myUniqueName"
}
]
}
{ }