ServiceCatalog / Client / delete_service_action

delete_service_action#

ServiceCatalog.Client.delete_service_action(**kwargs)#

Deletes a self-service action.

See also: AWS API Documentation

Request Syntax

response = client.delete_service_action(
    Id='string',
    AcceptLanguage='string',
    IdempotencyToken='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The self-service action identifier. For example, act-fs7abcd89wxyz.

  • AcceptLanguage (string) –

    The language code.

    • jp - Japanese

    • zh - Chinese

  • IdempotencyToken (string) –

    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.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions