Skip to content

Delete a client note

DELETE
/v1/workspaces/{workspaceId}/sharees/{shareeId}/context/{name}
curl --request DELETE \
--url https://shareout.site/v1/workspaces/example/sharees/example/context/example \
--header 'Authorization: Bearer <token>'
workspaceId
required
string

Workspace ID or slug.

shareeId
required
string
name
required
string

Deleted

Resource not found

Media type application/json
object
success
required
boolean
error
required

Human-readable message.

string
code
required

Machine-readable error code.

string
Example
{
"success": false
}