Delete Source Repository
codecatalyst_delete_source_repository | R Documentation |
Deletes a source repository in Amazon CodeCatalyst¶
Description¶
Deletes a source repository in Amazon CodeCatalyst. You cannot use this API to delete a linked repository. It can only be used to delete a Amazon CodeCatalyst source repository.
Usage¶
codecatalyst_delete_source_repository(spaceName, projectName, name)
Arguments¶
spaceName |
[required] The name of the space. |
projectName |
[required] The name of the project in the space. |
name |
[required] The name of the source repository. |
Value¶
A list with the following syntax:
list(
spaceName = "string",
projectName = "string",
name = "string"
)
Request syntax¶
svc$delete_source_repository(
spaceName = "string",
projectName = "string",
name = "string"
)