Skip to main content
DELETE
Delete a context item

Authorizations

Authorization
string
header
required

A Modus personal access token (modus_<orgUuid>_<prefix>_<secret>) or an OAuth 2.1 access token, sent as Authorization: Bearer <token>.

Path Parameters

uid
string
required

UUID of the context item.

Example:

"7a3f9d2c-1111-4000-a000-000000000abc"

Response

uid
string
required

UUID of the deleted context item.

Example:

"7a3f9d2c-1111-4000-a000-000000000abc"

contextType
string
required

Resolved context type at delete time. Always one of note, link, saved_query, golden_query, file_upload.

Example:

"note"