// Feeds

Delete a feed

Delete an external feed.

DELETE/api/feed

Description

Soft-deletes the feed. Built-in Jaws feeds cannot be removed.

Parameters

NameInTypeRequiredDescription
feedId query string yes ID of the feed.

Errors

StatusMeaning
400 Invalid feedId or built-in Jaws feed.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.