Skip to main content
DELETE
/
v0
/
topics
/
{topic_id}
Delete topic
curl --request DELETE \
  --url https://api.tryarchitect.com/v0/topics/{topic_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Path Parameters

topic_id
string
required

topic_id parameter

Response

Successful operation

success
boolean
required