gokulakrishnansvm commented on code in PR #7679:
URL: https://github.com/apache/trafficcontrol/pull/7679#discussion_r1281018279
##########
traffic_control/clients/python/trafficops/tosession.py:
##########
@@ -1217,6 +1217,17 @@ def create_federation(self, data=None):
:raises: Union[LoginError, OperationError]
"""
+ @api_request('delete', 'federations', ('3.0', '4.0', '4.1', '5.0'))
+ def delete_federation(self):
+ """
+ Allows a user to delete federations for their delivery
service(s).
+ :ref:`to-api-federations`
+ :param data: The update action. QueueUpdateRequest() can be
used for this argument also.
+ :type data: Dict[str, Any]
Review Comment:
Removed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]