Deletes user content security records for a user, content item, content definition, or combination thereof.

Behavior: Removes content security records based on the provided filter criteria. Supports filtering by user ID, content ID, content definition ID, and content security attribute, which can be combined to target specific records.

Authorization: Requires a valid Bearer token.

Side Effects: Permanently deletes matching user content security records.

Error Scenarios: Returns 400 if the input model is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The filter criteria specifying which content security records to delete.

Model for managing per-user content security access records.

uuid | null

Gets or sets the unique identifier of the content item.

uuid | null

Gets or sets the unique identifier of the content definition.

uuid | null

Gets or sets the unique identifier of the user.

string | null

Gets or sets the email address of the user.

uuid | null

Gets or sets the unique identifier of the security record.

string | null
date-time | null

Gets or sets the date and time when the user's access to this content expires.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
200

The user content security data was deleted successfully.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json