Site icon RocketCOMS Developer Center

Remove a Manager User

Remove a Manager User

Delete a user with a Manager role (BA_MANAGER) for a Business Account. Once deleted, the user cannot be restored. The BA_ADMIN role is required to call this API.

Endpoint

DELETE /v1/accounts/{accountId}/users/{userId}

Authorization Header

Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding

Path Parameters

accountId REQUIRED

string

ID of the RocketCOMS Business Account that the user belongs to.

userId REQUIRED

string (UUID)

Unique ID assigned to the user in RocketCOMS.

Request Body

None

Returns

If successful, returns 200 BA Manager deleted successfully.

SAMPLE RESPONSE

				
					{
  200 BA Manager deleted successfully
}
				
			
Exit mobile version