Console APICassettes

Remove Cassette

DELETEapi.blutui.com/v1/agencies/{username}/cassettes/{id}

Remove a Cassette from a project your agency.

Path parameters

idstringrequired

The ID of the Cassette to remove.

Response

import Blutui from 'blutui'

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

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

The unique identifier for this Cassette.

objectstring

This will always contain cassette for this endpoint.

deletedboolean

Determine if the object was successfully deleted.

Last updated on