Delete Domain Properties for Unique Identifier
Deletes the domain properties for the given unique identifier.
Endpoint
Method: DELETE
URL: https://uselfserve-<tenant-name>.uniphore.com/cse/connector/interactDomain/{uniqueKey}
curl -X DELETE "http://localhost:9902/connector/interactDomain/uniphore_se_uniphore_se_1_PremierFinance_Dev" -H "accept: application/json" -H "Authorization: Bearer <token>"
Header Parameter
Authorization - Bearer <Token>
Path Parameter
Parameter Name | Data Type | Description | Required/ Optional |
---|---|---|---|
| String | The Unique identifier of the domain to be deleted. You can obtain the Unique Key by executing Fetch all Domain Properties Configured API. | Required |
Response and Error Codes
Response Code | Condition |
---|---|
200 | OK |
401 | Unauthorized |
403 | Forbidden |
500 | Internal Sample Error |
Note
With the error codes, a summary containing the reason for failure is provided.