Groups

Delete a Group

delete/v1/issuer/groups/{group_id}

Path parameters

group_idnumber required

ID of the Group in the form of an integer for the particular Group requested. You can obtain the Group ID from the all groups request.

Response

OK

Changes

Changed in 2 of the 30 revisions of this API.12

    • added the optional property / to the response with the status

      response-optional-property-added

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added