Console APIProjects

Archive project

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

Archive a project in your agency.

Path parameters

idstringrequired

The ID of the project to remove.

Response

import Blutui from 'blutui'

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

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

The unique identifier for this project.

objectstring

This will always contain project for this endpoint.

deletedboolean

Determine if the object was successfully deleted.

Last updated on