Disconnect browser extension — ends session and deletes profile
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/browsers/extension/disconnect \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"profileId": "<string>"
}
'{
"ok": true
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/browsers/extension/disconnect \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"profileId": "<string>"
}
'{
"ok": true
}