Removes an organization feature. This activity must be approved by the current root quorum.
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/remove_organization_feature \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"timestampMs": "<string> (e.g., 1745474677472)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677472)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"removeOrganizationFeatureIntent": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
},
"result": {
"removeOrganizationFeatureResult": {
"features": [
{
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>",
"value": "<string>"
}
]
}
}
}
}
}
}
Enum options: ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE
Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
Unique identifier for a given Organization.
A successful response returns the following fields:
The activity object containing type, intent, and result
Show activity details
The intent of the activity
Show intent details
The removeOrganizationFeatureIntent object
Show removeOrganizationFeatureIntent details
The result of the activity
Show result details
The removeOrganizationFeatureResult object
Show removeOrganizationFeatureResult details
Resulting list of organization features.
Show features details
name field
Enum options: FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY
, FEATURE_NAME_WEBAUTHN_ORIGINS
, FEATURE_NAME_EMAIL_AUTH
, FEATURE_NAME_EMAIL_RECOVERY
, FEATURE_NAME_WEBHOOK
, FEATURE_NAME_SMS_AUTH
, FEATURE_NAME_OTP_EMAIL_AUTH
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/remove_organization_feature \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"timestampMs": "<string> (e.g., 1745474677472)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677472)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"removeOrganizationFeatureIntent": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
},
"result": {
"removeOrganizationFeatureResult": {
"features": [
{
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>",
"value": "<string>"
}
]
}
}
}
}
}
}
Was this page helpful?
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/remove_organization_feature \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"timestampMs": "<string> (e.g., 1745474677472)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677472)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"removeOrganizationFeatureIntent": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
},
"result": {
"removeOrganizationFeatureResult": {
"features": [
{
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>",
"value": "<string>"
}
]
}
}
}
}
}
}
Removes an organization feature. This activity must be approved by the current root quorum.
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/remove_organization_feature \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"timestampMs": "<string> (e.g., 1745474677472)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677472)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"removeOrganizationFeatureIntent": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
},
"result": {
"removeOrganizationFeatureResult": {
"features": [
{
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>",
"value": "<string>"
}
]
}
}
}
}
}
}
Enum options: ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE
Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
Unique identifier for a given Organization.
A successful response returns the following fields:
The activity object containing type, intent, and result
Show activity details
The intent of the activity
Show intent details
The removeOrganizationFeatureIntent object
Show removeOrganizationFeatureIntent details
The result of the activity
Show result details
The removeOrganizationFeatureResult object
Show removeOrganizationFeatureResult details
Resulting list of organization features.
Show features details
name field
Enum options: FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY
, FEATURE_NAME_WEBAUTHN_ORIGINS
, FEATURE_NAME_EMAIL_AUTH
, FEATURE_NAME_EMAIL_RECOVERY
, FEATURE_NAME_WEBHOOK
, FEATURE_NAME_SMS_AUTH
, FEATURE_NAME_OTP_EMAIL_AUTH
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/remove_organization_feature \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"timestampMs": "<string> (e.g., 1745474677472)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677472)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"removeOrganizationFeatureIntent": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
},
"result": {
"removeOrganizationFeatureResult": {
"features": [
{
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>",
"value": "<string>"
}
]
}
}
}
}
}
}
Was this page helpful?
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/remove_organization_feature \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"timestampMs": "<string> (e.g., 1745474677472)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677472)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"removeOrganizationFeatureIntent": {
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>"
}
},
"result": {
"removeOrganizationFeatureResult": {
"features": [
{
"name": "<FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY>",
"value": "<string>"
}
]
}
}
}
}
}
}