Remove domain

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

Remove a domain from your agency.

Path parameters

idstringrequired

The ID of the domain to remove.

Response

import Blutui from 'blutui'

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

blutui.agency('studio').domains.remove('9c17d680-e0af-4f00-9e28-08c4e38e89e0')
JSON Response
{
  "id": "9c17d680-e0af-4f00-9e28-08c4e38e89e0",
  "object": "domain",
  "deleted": true
}
idstring

The unique identifier for this domain.

objectstring

This will always contain domain for this endpoint.

deletedboolean

Determine if the object was successfully deleted.

Last updated on