AlexaForBusiness / Client / delete_room_skill_parameter

delete_room_skill_parameter#

AlexaForBusiness.Client.delete_room_skill_parameter(**kwargs)#

Deletes room skill parameter details by room, skill, and parameter key ID.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.delete_room_skill_parameter(
    RoomArn='string',
    SkillId='string',
    ParameterKey='string'
)
Parameters:
  • RoomArn (string) – The ARN of the room from which to remove the room skill parameter details.

  • SkillId (string) –

    [REQUIRED]

    The ID of the skill from which to remove the room skill parameter details.

  • ParameterKey (string) –

    [REQUIRED]

    The room skill parameter key for which to remove details.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions