English
cURL
curl --request POST \ --url https://metadata.sequence.app/rpc/Collections/DeleteAsset \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "projectId": 30957, "assetId": 4415 } '
{ "status": true }
Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.
OK
Was this page helpful?