Delete a source - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service deletes a single source from a Fluid Topics portal.

Method Endpoint
DELETE
/api/admin/khub/sources/{sourceId}
Path parameter Type Description
{sourceId} String The identifier of the source to delete.
Return code Endpoint
204 NO CONTENT The source is deleted.
401 UNAUTHORIZED The authorization header is absent or invalid.
403 FORBIDDEN The user of API key does not have the required rights to delete a source.
404 NOT FOUND The source to delete was not found. Check the source ID.

It is necessary to provide an Ft-Calling-App value when using Fluid Topics web services. See Fluid Topics calling app.

  • Deleting a source removes ALL documents uploaded through this source.
  • This web service is only available to users or API keys with the ADMIN or KHUB_ADMIN role.
  • It is not possible to delete a source on a consumer portal.