Legacy Dev Forum Posts

 View Only

Sign Up

Remove routing skill from user

  • 1.  Remove routing skill from user

    Posted 06-05-2025 18:08

    vkondula | 2017-03-30 08:41:51 UTC | #1

    I am having trouble removing skill from user using python sdk.

    api.delete_user_id_routingskills_skill_id(user_id='4befa9ec-4d8d-4e2a-8476-483f4d29fe5e', skill_id='81a95e26-1848-450b-9430-6a4fddd93c20')

    This failed with 400 bad request when at the same time this passed:

    requests.delete(PureCloudPlatformApiSdk.configuration.host + '/api/v2/users/' + '4befa9ec-4d8d-4e2a-8476-483f4d29fe5e' + '/routingskills/' + '81a95e26-1848-450b-9430-6a4fddd93c20', headers=headers)


    tim.smith | 2017-03-31 14:14:47 UTC | #2

    API-2437 is open to address the Python SDK sending malformed DELETE requests.


    system | 2017-08-28 19:33:27 UTC | #3


    This post was migrated from the old Developer Forum.

    ref: 1118