Skip to main content

Overview

Deletes prompts in batches.

Request

Authentication: Add authentication headers to the request. See Authentication

Method: POST

Rate limit: 100 requests/second

Endpoint: https://API domain/jim/assistants/prompts/batchdel

Content-Type: application/json

Request parameters

ParameterData typeRequiredDescription
idsarrayYesPrompt ID list.

Request example

POST /jim/assistants/prompts/batchdel HTTP/1.1
appkey: appkey
Authorization: xxxxxxxxxxxxxxxxxx
Content-Type: application/json

{
"ids":["xxx","yyy"]
}

Response example

{
"code":0,
"msg":"sucess"
}

Response codes

Response codesDescription
17300Deletefailed