AlexaForBusiness / Client / reject_skill

reject_skill#

AlexaForBusiness.Client.reject_skill(**kwargs)#

Disassociates a skill from the organization under a user’s AWS account. If the skill is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill that is rejected can be added later by calling the ApproveSkill API.

See also: AWS API Documentation

Request Syntax

response = client.reject_skill(
    SkillId='string'
)
Parameters:

SkillId (string) –

[REQUIRED]

The unique identifier of the skill.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • AlexaForBusiness.Client.exceptions.ConcurrentModificationException

  • AlexaForBusiness.Client.exceptions.NotFoundException