Path parameters

idstringrequired

The ID of the Cassette to remove.

Response

idstring

The unique identifier for this Cassette.

objectstring

This will always contain cassette for this endpoint.

deletedboolean

Determine if the object was successfully deleted.

import Blutui from 'blutui'

const blutui = new Blutui('ey....')

blutui.agency('studio').cassettes.remove('9d759f5a-7a1f-443e-a466-6471da1d367b')
Response
{
  "id": "9d759f5a-7a1f-443e-a466-6471da1d367b",
  "object": "cassette",
  "deleted": true
}

Was this helpful?