Catalog

The content catalog contains information about content that is provided by Pulp’s alternate content sources.

Deleting Entries

Delete entries from the catalog by content source by ID.

Method: DELETE
Path: /pulp/api/v2/content/catalog/<source-id>/
Permission: delete
Query Parameters: None
Response Codes:
  • 200 - even if no entries matched and deleted
Return: a summary of entries deleted

Sample 200 Response Body:

{"deleted": 10}