servicecatalog_delete_service_action {paws.management} | R Documentation |
Deletes a self-service action
Description
Deletes a self-service action.
See https://www.paws-r-sdk.com/docs/servicecatalog_delete_service_action/ for full documentation.
Usage
servicecatalog_delete_service_action(
Id,
AcceptLanguage = NULL,
IdempotencyToken = NULL
)
Arguments
Id |
[required] The self-service action identifier. For example, |
AcceptLanguage |
The language code.
|
IdempotencyToken |
A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request. |
[Package paws.management version 0.9.0 Index]