Skip to main content

Unlink custom evaluation from application

DELETEhttps://api.coralogix.com/mgmt/openapi/5/ai/custom-evaluations/v3/{id}/applications/{application_id}

Removes the association between a custom evaluation and an AI application.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    application_id# stringrequired

    Possible values: >= 36 characters and <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    Unique identifier of the AI application to unlink from.

    id# stringrequired

    Possible values: >= 36 characters and <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    Unique identifier of the custom evaluation.

Response

application/json

Response returned after unlinking.

    applicationId#string

    Unique identifier of the AI application that was unlinked.

    Possible values: >= 36 characters and <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    id#string

    Unique identifier of the custom evaluation.

    Possible values: >= 36 characters and <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$