Admin APIRoute patterns
Remove route pattern
DELETE{handle}.blutui.com/admin/api/route_patterns/{id}
Remove a route pattern from a project.
Path parameters
idstringrequired
The ID of the route pattern to remove.
Response
import Blutui from 'blutui'
const blutui = new Blutui('ey....')
blutui.project('one').admin.routePatterns.remove('99e280a8-dfc6-4b46-8b6a-3055187fe078'){
"id": "99e280a8-dfc6-4b46-8b6a-3055187fe078",
"object": "route_pattern",
"deleted": true
}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.
Last updated on