Delete a Configuration
delete
https://api.reach.talkylabs.com/rest/authentix/v1/configurations/{configurationId}
This operation allows to delete a configuration from the applet account. Once the record is deleted, it will no longer appear in the API and the applet portal.
Parameters
configurationIdstringrequiredpath
The identifier of the configuration to be deleted.
Example 1: Delete a configuration
The example below demonstrates how to delete a configuration having the configurationId
attribute set to CIDXXXXXXXXXXXX
using the Reach Authentix API.
curl -X DELETE https://api.reach.talkylabs.com/rest/authentix/v1/configurations/CIDXXXXXXXXXXXX -H "ApiUser: $REACH_TALKYLABS_API_USER" -H "ApiKey: $REACH_TALKYLABS_API_KEY"
Output example