Delete Service Action
servicecatalog_delete_service_action | R Documentation |
Deletes a self-service action¶
Description¶
Deletes a self-service action.
Usage¶
servicecatalog_delete_service_action(Id, AcceptLanguage,
IdempotencyToken)
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. |
Value¶
An empty list.
Request syntax¶
svc$delete_service_action(
Id = "string",
AcceptLanguage = "string",
IdempotencyToken = "string"
)