Last updated 11 days ago
Delete an existing class from the system
Your API key
Your Secret key
curl -L \ --request POST \ --url 'https://api.gleantap.com/v2/ExternalApi/deleteClass' \ --header 'X-API-KEY: text' \ --header 'X-SECRET-KEY: text' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "text", "id": "text" }'
{ "result": "success" }