Removes a retention policy assignment applied to content.
1233123
The ID of the retention policy assignment.
Returns an empty response when the policy assignment is successfully deleted.
Returns an error when the assignment relates to a retention policy that cannot be modified.
Returns an error when the retention policy assignment does not exist.
An unexpected client error.
await client.retentionPolicyAssignments.deleteRetentionPolicyAssignmentById(
retentionPolicyAssignment.id,
);