Skip to main content
POST
Reject multiple AI Sales Agent activities

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

AI Sales Agent ID

Example:

"01a0206f-e414-76cf-8ce7-a2439b5bad4c"

Body

application/json
activity_ids
string<uuid>[]
required

Array of activity IDs to reject (at most 100 per request)

Required array length: 1 - 100 elements
Example:
rejection_reason
string
required

Reason for rejecting the activities

Example:

"Not aligned with current strategy"

Response

The number of activities rejected

rejected
number
required

Number of activities rejected

Example:

2