Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the endpoint group to delete
Example:
4242
Response
Endpoint group successfully deleted
Example:
true
List of worker instances that were deleted (if any)
Example:
[1001, 1002]
List of worker instances that failed to delete (if any)
Example:
[]
Additional information about the deletion
Example:
"Deleted endpoint job and 2 workers"