김인턴
APIReferenceMessage

message_delete

Permanently delete exact Mattermost message IDs from message_search after approval. List only the exact messages the user asked to remove; when several search matches quote or mention the same text, pick the one message that is the target itself, never the whole match list. `destructive` · approval · v2

POST
/tools/message_delete/invoke

Authorization

memberToken
AuthorizationBearer <token>

Tokens

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

text/plain

text/plain

text/plain

text/plain

curl -X POST "https://example.com/tools/message_delete/invoke" \  -H "Content-Type: application/json" \  -d '{    "input": {      "messageIDs": [        "string"      ]    }  }'
{  "toolName": "string",  "status": "string",  "content": "string",  "isError": true,  "message": "string",  "errorCode": "string",  "retryable": true,  "result": null}