Version (stylesheetVersion)-DELETE

Overview

This method is used to remove a stylesheet from a particular account.

Table 1. Method
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.
Table 2. Parameters
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

Table 3. Responses
Code Description
200 Successful response
Example:
"OK"
400 Bad request
401 Not Authorized
403 Forbidden
494 Not Found
500 Server error