Your API key for authorization.
Path Parameters
The ID of the style to delete.
Response
Indicates whether the operation was successful.
A message confirming the deletion.
A code indicating the result of the operation. Possible values:
STYLE_DELETED: Style deleted successfully
STYLE_DELETE_FAILED: Failed to delete style
Error message if the request fails.
Deleting a style will permanently remove it. This action cannot be undone. After deletion, you can create a new style for the same profile.
{
"success": true,
"message": "Style \"style_12345\" deleted successfully",
"code": "STYLE_DELETED"
}