The DeleteClass command deletes a specified class.
All methods require an API key, which must be obtained from Skillable. This key is used by Skillable to validate your account. The key can be passed as an HTTP request header with the header name "api_key".
The unique identifier of the class, as represented in your organization.
OK Response.
{
"Success": true,
"Error": null,
"Status": 1
}{
"Error": "Class not found",
"Status": 0
}Returns with true if the class was successfully deleted. This element will only be returned for successful class deletions.
true = Success
Indicates the status of the API request.
0 = Error
1 = Success
In the event of an error, this will contain a detailed error message.