Version (stylesheetVersion)-DELETE
Overview
This method is used to remove a stylesheet from a particular account.
| Method | URL | Description |
|---|---|---|
| DELETE | /api/v1/account/{accountId}/stylesheet/{stylesheetName}/version/{stylesheetVersion} | The POST method submits the accountId, stylesheetName, and stylesheetVersion in order to remove the stylesheet from the database and corresponding account. |
| Name | Type | Constraints | Description |
|---|---|---|---|
| accountId | string | required | The account used to associate to the request. |
| stylesheetName | string | required | Stylesheet name |
| stylesheetVersion | string | required | Stylesheet version |
Sample Request: Not applicable
| Code | Description |
|---|---|
| 200 | Successful
response Example: |
| 400 | Bad request |
| 401 | Not Authorized |
| 403 | Forbidden |
| 494 | Not Found |
| 500 | Server error |