メインコンテンツへスキップ
POST
/
rpc
/
Collections
/
DeleteCollection
DeleteCollection
curl --request POST \
  --url https://metadata.sequence.app/rpc/Collections/DeleteCollection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectId": 3095723,
  "collectionId": 26532223
}
'
{
  "status": true
}

承認

Authorization
string
header
必須

Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.

ボディ

application/json
projectId
number
collectionId
number

レスポンス

OK

status
boolean