Microsoft Azure Use To Delete A Style
### Submit Delete RequestThe `Delete` API is an HTTP `DELETE` request that is used to delete the specified style, where the path will contain the `styleId` of the style to delete. #### Delete request "Successful"The Style Delete API returns a HTTP `204 No Content` response with an empty body, if the style was deleted successfully. #### Delete request "Failed"A HTTP `400 Bad Request` error response will be returned if the style with the p...