Last updated 2 months ago
Delete an existing class from the system
Your API key
Your Secret key
POST /v2/ExternalApi/deleteClass HTTP/1.1 Host: api.gleantap.com X-API-KEY: text X-SECRET-KEY: text Content-Type: application/json Accept: */* Content-Length: 29 { "app_id": "text", "id": "text" }
Class deleted successfully
{ "result": "success" }