v1
API
CLI
JS Client

Org / Org Roles /

Delete org role

Deletes a platform role from the authenticated org.

Required permission

Os > Admin > Roles > Manage

Path parameters

    • roleId

      string required
      ID of the org role

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    DELETE /v1/org-roles/{roleId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2026 Northflank Ltd. All rights reserved.