AppAssignmentDeletionResult
AppAssignmentDeletionResult
deleted/not_deleted array shows AppAssignment IDs which are deleted/not_deleted respectively.
JSON Example
{
"deleted": [
{
"id": 1
}
],
"not_deleted": [
{
"id": 1
}
]
}