Javascript
import Runloop from '@runloop/api-client'; const client = new Runloop({ bearerToken: 'My Bearer Token', }); const blueprint = await client.blueprints.delete('id'); console.log(blueprint);
{}
Delete a previously created Blueprint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Blueprint
OK
The response is of type object.
object
Was this page helpful?