Skip to main content

Overview

Deletes one or more Moments.

Request

Authentication: Add authentication headers to the request. See Authentication

Method: POST

Rate limit: 100 requests/second

Endpoint: https://API domain/momentgateway/moments/del

Content-Type: application/json

Request parameters

Request example

POST /momentgateway/moments/del HTTP/1.1
appkey: appkey
Authorization: xxxxxxxxxxxxxxxxxx
Content-Type: application/json

{
"moment_ids":["xxxxxxxx","xxxxxx"]
}

Response example

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

Response codes

Response codesDescription