Skip to main content
DELETE
Remove GEO topics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required

Body

application/json

Request body for removing GEO topics from a project by their UUIDs.

topic_ids
string<uuid>[]
required

List of GeoTopic UUIDs to remove from the project.

Minimum array length: 1

Response

Successful Response

success
boolean
default:true
data
Data · object | null