For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove parameter from group

Remove parameter from a parameter group

delete

RemoveParameterFromGroup Removes the association between a parameter definition and the specified parameter group. The parameter definition itself is not deleted and can still be used with other groups. Returns 204 No Content on successful removal. Available for Operations accounts with helpdesk administration permissions.

Path parameters
groupIdstringRequired

The unique identifier of the parameter group

idstringRequired

The unique identifier of the parameter to remove

Responses
204

No Content

No content

delete/public/v1/helpdesk/parameter-groups/{groupId}/parameters/{id}

No content

Last updated

Was this helpful?