Delete Parameter from a Parameter 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
delete
/public/v1/helpdesk/parameter-groups/{groupId}/parameters/{id}

No content

Last updated

Was this helpful?