Web Service Delete Account

Hi,

We have Web Service Connector for which we are trying to Delete Account, but unable to delete account.
Provisioning Policy

{
    "name": "Account",
    "description": null,
    "usageType": "DELETE",
    "fields": [
        {
            "name": "name",
            "transform": {
                "attributes": {
                    "value": "userName"
                },
                "type": "identityAttribute"
            },
            "attributes": {},
            "isRequired": false,
            "type": "string",
            "isMultiValued": false
        }
    ]
}

Webservice configuration

operation Type: Delete Account
URL: <base-url>/$plan.nativeIdentity$

Hi @ashishbhatia_custih,

Welcome to the SailPoint Developer community.

When you say you are unable to delete the account, can you provide more details on what exactly fails in in that operations? (Some errors?)

Which can help us narrow down the issue,

Can you check if the API call is made towards the target system from IDN?

  • If you are able to make the API call from IDN, we may want to check if we are passing the right parameters to it.
  • If you are not to make the API call to the IDN, we may want to check more on the configuration.

Hi Ashish,

Should the account be deleted after termination from the authorized source?

Hi Ahish, how are you calling the delete operation. If its from identity profile then you need to choose Disable operation as the operation type and choose delete as http method. Thats how I generally develop my WS connectors when needed to Delete as a “Disable”

Hi @Jhayes90 , yup this is how I did for now… But just wanted to know why can’t I run delete operation.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.