Dismiss a suggestion
This endpoint requires Organization Admin permissions.
Dismisses a suggestion, removing it from the active list. Dismissed suggestions can be restored using the restore endpoint.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The unique identifier of the model.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
The unique identifier of the suggestion to dismiss.
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
Body
Optional free-text reason for dismissing the suggestion.
4000"Already covered by an existing field description."
Response
Suggestion dismissed successfully
Indicates the request was successful
true

