delete https://api.motioncxapps.com/irm/v1/routing-profile
This call allows deletion of a Routing Profile.
- Administration > Interaction Admin > Routing Profiles.
- For a list of Routing Profiles use this call.
- Authentication required, please visit this page for Authentication How To.
Parameters
- Id - The id of the Routing Profile.
- TenantID - How your specific customer instance is identified, this will be a number. Find this in the app Help (?) icon > MotionCX Voice > Tenant:
- It is recommended advanced filter object be done outside of the API document for best results.
Responses available:
- 200
- 401
- 403
Example return:
{
"id": 19,
"tenantId": 42,
"name": null
}