Delete Blueprint
| glue_delete_blueprint | R Documentation | 
Deletes an existing blueprint¶
Description¶
Deletes an existing blueprint.
Usage¶
glue_delete_blueprint(Name)
Arguments¶
Name | 
[required] The name of the blueprint to delete.  | 
Value¶
A list with the following syntax:
list(
  Name = "string"
)
Request syntax¶
svc$delete_blueprint(
  Name = "string"
)