/
/Public API Docs
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 10h ago · Updated 3w ago
Assertions5
Backpack10
BadgeClasses17
BadgeConnect11
Issuers24
  • getGet a list of Issuers for authenticated user
  • postCreate a new Issuer
  • getGet a single Issuer
  • putUpdate a single Issuer
  • deleteDelete a single Issuer
  • patchUpdate a single Issuer
  • getGet a single Issuer
  • putUpdate a single Issuer
  • deleteDelete a single Issuer
  • patchUpdate a single Issuer
  • getGet a single Issuer
  • putUpdate a single Issuer
  • deleteDelete a single Issuer
  • patchUpdate a single Issuer
  • getGet a list of BadgeClasses for a single Issuer
  • postCreate a new BadgeClass associated with an Issuer
  • putUpdate a staff member's role on the Issuer
  • postAdd a staff member to an Issuer
  • deleteRemove a staff member from the Issuer
  • patchUpdate a staff member's role on the Issuer
  • postInvite a staff member to an Issuer
  • getList public issuers for the specified organization with pagination and optional name filtering
  • getGet list of Assertions for the specified scope
  • postIssue a new Assertion to a recipient
Organizations1
Pathways14
RecipientGroups3
Users6
    Issuers

    Remove a staff member from the Issuer

    User must have an owner role on the issuer.

    delete/v2/issuers/{idOrEntityId}/staff

    Path parameters

    idOrEntityIdstring required

    Request body

    emailstring email nullable required

    Email address of the staff member to remove

    Example request

    {
      "email": "jane.doe@example.com"
    }

    Response

    Staff member removed

    Changes