Remove one or more Library content items from one or more Sales Enablement profiles in the specified TeamSite. Use this operation to unlink existing content from profile folders so it is no longer visible to profile subscribers.
Domain Terms
contentId / versionId: Identifies the Library content item and the specific content version to unlink from the profile.
profileId / profileVersionId: Identifies the target Sales Enablement profile and profile version from which the content reference should be removed.
actionResultDetails: Per-content success or error status returned in the response; inspect this array to handle partial-success (207) cases.
Limits
At most 100 profile entries per call.
At most 100 content entries across all profile entries per call.
Typical Flow
Identify the Library contentId and versionId for each content item currently referenced by the target profile.
Resolve the target profile profileId and profileVersionId from the Sales Enablement profile APIs.
DELETE this endpoint with the action details; inspect actionResultDetails for per-item outcomes.
Recent Requests
Log in to see full request history
Time
Status
User Agent
Retrieving recent requests…
Loading…
Responses
400
Bad Request. The request body is invalid, required fields are missing, or limits are exceeded (for example more than 100 profile entries or 100 content entries).
401
Unauthorized. The request is missing a valid authentication token or the token has expired. For backward compatibility, clients should also handle equivalent auth failures returned as 403 in legacy environments.
403
Forbidden. The caller does not have the seismic.library.manage scope or lacks permission to update the target profile. In some legacy environments, expired or missing authentication may also surface as 403; clients should handle both 401 and 403 for auth-related failures.
404
Not Found. The specified TeamSite, target profile, or Library content could not be resolved.
500
Internal Server Error. The service failed while removing contents from the requested profiles.
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200 - Example 1207 - Example 1400 - profilesEmpty400 - limitExceeded401 - Example 1403 - Example 1404 - Target profile or profile version does not exist404 - One or more Library content items could not be resolved500 - Example 1