Delete an AI profile - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service allows users with the ADMIN role to delete an AI profile.

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

For more information about AI profiles, see AI.

Method Endpoint
DELETE
/api/admin/ai/profiles/{id}
Path parameter Type Description
{id} String The AI profile's random ID. Call the List AI profiles web service, and use the profile's id value.

Response body

This web service does not return a response body when successful.

Return code Description
200 OK The profile was deleted successfully.
401 UNAUTHORIZED The authorization header is absent or invalid.

For a comprehensive list of all possible return codes, see Return codes.