Skip to main content
POST
/
api
/
v1
/
resources
/
{resourceId}
/
deleteItems
Delete resource items.
curl --request POST \
  --url https://api.revong.com/api/v1/resources/{resourceId}/deleteItems \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": [
    {
      "itemId": "<string>",
      "key": "<string>",
      "key1": "<string>",
      "key2": "<string>"
    }
  ]
}'

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Path Parameters

resourceId
string
required

Body

application/json
data
object[]
required

Response

OK.