curl --location --request DELETE 'https://api.t1y.net/v5/classes/TableName/ObjectId' \ --header 'X-T1Y-Application-ID: {{app_id}}' \ --header 'X-T1Y-Api-Key: {{api_key}}' \ --header 'X-T1Y-Safe-NonceStr: {{nonceStr}}' \ --header 'X-T1Y-Safe-Timestamp: {{timestamp}}' \ --header 'X-T1Y-Safe-Sign: {{sign}}'
{ "code": 200, "message": "ok", "data": null }