Delete suite template
Description
Deletes a specific suite template.
HTTP method
DELETE
Request
http://{Job Scheduling API IP}:{port#}/api/spaces/{space_name}/SuiteTemplate/{id}
                                            Example header format:
Authorization: Basic <authorization token returned from the login method>
                                                
Content-Type: application/json
                                                
| Parameter | Description/Comments | 
|---|---|
| space_name | 
                                                                 CloudShell domain in which the suite was executed. (string)  | 
                                                        
| id | 
                                                                 Suite template's id - included in suite's URL. For example: http://192.168.74.11/Test%20Lab/suite/b25d72e0-4f44-4b62-949c-02596196b157
                                                             | 
                                                        
Response
200 Success
