Skip to main content
POST
Deactivate score

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

scoreId
integer<int64>
required

The unique identifier of the score configuration to deactivate.

Response

successful operation

allowedGroupTypes
enum<string>[]
required

An array of strings representing the types of groups that are allowed in this score configuration.

Available options:
FIT,
INTENT
groupConfigs
object[]
required

An array of group configurations that define the rules and settings for scoring groups.

id
string
required

The unique identifier for this score configuration.

name
string
required

The name of the score configuration.

objectTypeId
string
required

The identifier for the type of object that this score configuration applies to.

scoreStatus
string
required

The current status of the score, indicating its operational state.

scoreType
string
required

The type of scoring being applied, defining the scoring method or category.

createdAt
string<date-time>

The date and time when this score configuration was created, in ISO 8601 format.

filterConfiguration
object
maxScore
integer<int32>

The maximum score that can be assigned within this configuration.

outputConfiguration
object
publishedAt
string<date-time>

The date and time when this score configuration was published, in ISO 8601 format.

updatedAt
string<date-time>

The date and time when this score configuration was last updated, in ISO 8601 format.

Last modified on August 4, 2026