Path parameters
idstringrequired
The ID of the route pattern to remove.
Response
idstring
The unique identifier for this route pattern.
objectstring
This will always contain route_pattern
for this endpoint.
deletedboolean
Determine if the object was successfully deleted.
import Blutui from 'blutui'
const blutui = new Blutui('ey....')
blutui.project('one').admin.routePatterns.remove('99e280a8-dfc6-4b46-8b6a-3055187fe078')
Response
{
"id": "99e280a8-dfc6-4b46-8b6a-3055187fe078",
"object": "route_pattern",
"deleted": true
}