Semaphor

Delete a visual

Permanently deletes a visual. Only the visual owner can delete it. Returns 409 if the visual is still referenced by other resources — remove those references first.

DELETE
/api/management/v1/visuals/{visualId}

Authorization

BearerAuth
AuthorizationBearer <token>

A project-scoped or dashboard-scoped access token. Generate one via the Token API using your project ID and project secret.

In: header

Path Parameters

visualId*string

Visual identifier.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X delete "https://semaphor.cloud/api/management/v1/visuals/string"
{
  "message": "string",
  "deletedVisual": {
    "id": "string",
    "title": "string",
    "projectId": "string",
    "tenantId": "string"
  }
}
{
  "error": "string",
  "code": "string",
  "details": {},
  "success": true
}
{
  "error": "string",
  "code": "string",
  "details": {},
  "success": true
}
{
  "error": "string",
  "code": "string",
  "details": {},
  "success": true
}
{
  "error": "string",
  "code": "string",
  "details": {},
  "success": true
}
{
  "error": "string",
  "code": "string",
  "details": {},
  "success": true
}