Delete Profile
route53profiles_delete_profile | R Documentation |
Deletes the specified Route 53 Profile¶
Description¶
Deletes the specified Route 53 Profile. Before you can delete a profile, you must first disassociate it from all VPCs.
Usage¶
route53profiles_delete_profile(ProfileId)
Arguments¶
ProfileId |
[required] The ID of the Profile that you want to delete. |
Value¶
A list with the following syntax:
list(
Profile = list(
Arn = "string",
ClientToken = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
Id = "string",
ModificationTime = as.POSIXct(
"2015-01-01"
),
Name = "string",
OwnerId = "string",
ShareStatus = "NOT_SHARED"|"SHARED_WITH_ME"|"SHARED_BY_ME",
Status = "COMPLETE"|"DELETING"|"UPDATING"|"CREATING"|"DELETED"|"FAILED",
StatusMessage = "string"
)
)
Request syntax¶
svc$delete_profile(
ProfileId = "string"
)