Delete chats

Prev Next

Available in Classic and VPC

It is an API to delete chats. For the use flow of B2B PRISM Live Studio, see Chat process.

Requests

The request format is as follows:

DELETE /prism/v1/service/live/{liveId}/chat/{chatId}

Request headers

The description of the header is as follows:

Name Type Description Required
x-prism-access-token String Access Token issued through OAuth2.0 authorization Y

Request path parameters

The description of the parameters is as follows:

Name Type Description Required
liveId String Live ID Y
chatId String Chat ID Y

Responses

N/A

Examples

Introduces examples of syntax.

Request examples

An example of the syntax is as follows:

curl -X DELETE /prism/v1/service/live/{liveId}/chat/{chatId}
    -H "x-prism-access-token: {access-token}"