Subscription Forms
Disable subscription form
Disable the subscription form to hide it from API consumers in the Developer Portal. When disabled, the form will not be displayed during the API subscription process.
This operation is idempotent - disabling an already disabled form returns success.
User must have the ENVIRONMENT_SETTINGS[UPDATE] permission.
post/subscription-forms/{subscriptionFormId}/_disable
Path parameters
subscriptionFormIdstring uuid required
The unique ID of the subscription form
Response
Subscription form disabled successfully
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"gmdContent": "# Subscription Information\n\n<gmd-input name=\"consumer_company_name\" label=\"Company Name\" required=\"true\"/>\n<gmd-textarea name=\"consumer_use_case\" label=\"Use Case\" required=\"true\"/>\n"
}