curl --location --request DELETE 'https://api.t1y.net/v5/schemas/TableName' \ --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, "data": null, "message": "ok" }