Articles in this section
Category / Section

How to delete the user using Bold BI REST API?

Published:
This article will guide you through the process of deleting the user using the REST API in Bold BI. 

Authentication

All REST API endpoints are protected using OAuth 2.0. To access this API, you need to get an access token. Please refer to this document to get the access token.


Authorization Header
An Authorization header is an HTTP header that contains an authentication token or credentials sent by the client to the server. Pass the access token received from the token endpoint in the Authorization header.
Header Name
Header Value
Authorization
Bearer <access_token>

Steps to Delete a user in UMS using REST API:
  1. Get the user id by referring to this document.

  2. Construct the DELETE request with user id and send the request.

    METHOD
    DELETE
    URLhttps://{yourdomain}/api/v2.0/user/{userId}



Response Codes

Code

Description

Comment

             204

          No Content

    Returns 204, If the user is deleted successfully


URI Parameters

Parameter Name

Type

Required

Comments

          userId

          Guid

            Yes

   User Id of the user in UMS.


Error Messages

HTTP Status Code

Description

Error Code

Error Message

               401

      Unauthorized

                -

                 -

               500

Internal Server Error

                -

                 -


Related links



Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
IJ
Written by Israel Jebaraj Chandirakumar
Updated
Comments (0)
Please  to leave a comment
Access denied
Access denied