cURL
curl --location --request DELETE 'https://api.inworld.ai/router/v1/routers/<router_id>' \
--header "Authorization: Basic $INWORLD_API_KEY"{}Router
Delete router
Delete a router by router ID.
DELETE
/
router
/
v1
/
routers
/
{router_id}
cURL
curl --location --request DELETE 'https://api.inworld.ai/router/v1/routers/<router_id>' \
--header "Authorization: Basic $INWORLD_API_KEY"{}Authorizations
Your authentication credentials. For Basic authentication, please populate Basic $INWORLD_API_KEY.
Please make sure your API Key has write permissions for the Router API in order to create, update, and delete routers. You can create a key in one command with the Inworld CLI: inworld workspace add-key.
Path Parameters
Router ID.
Response
A successful response.
Empty response.
Was this page helpful?
⌘I