v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
AI Model Suggestions

Delete a suggestion

<Note> **Organization Admin** permissions are required to use this endpoint. </Note>

Permanently deletes an AI Model suggestion.

delete/v1/models/{modelId}/suggestions/{suggestionId}

Path parameters

modelIdstring uuid required
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890

UUID of the shared model the suggestion belongs to

suggestionIdstring uuid required
Example:b2c3d4e5-f6a7-8901-bcde-f12345678901

UUID of the suggestion

Response

The suggestion was deleted

successboolean

Example response

{
  "success": true
}