delete_business_member

Delete Business Member API Documentation

API Overview

Method: DELETE
Endpoint: /api/v1/merchants/{product_account_uuid}/delete_business_member/{business_member_id}
Content-Type: application/json
Purpose: Delete a specific business member from a merchant account.


Path Parameters

ParameterData TypeRequiredDescriptionExample
product_account_uuidString✅ YesUnique identifier for the merchant's product account. The product_account_uuid is returned in the response of the create merchant API{{product_account_uuid}}
business_member_idString✅ YesUnique identifier for the business member to be deleted. The business member id is returned in the submit business members API11f0-88aa-173e0da0-888a-02975f21d323

Headers

HeaderData TypeRequiredDescriptionExample
AuthorizationString✅ YesBearer token for authentication. Get the token using the GET token API with the scope refer_merchantBearer {{resellerToken}}
Content-TypeString✅ YesRequest content typeapplication/json

Expected Responses

  • Success: 200 OK or 204 No Content

  • Not Found: 404 Not Found (if business_member_id doesn't exist)

  • Unauthorized: 401 Unauthorized (if bearer token is invalid)

  • Forbidden: 403 Forbidden (if token lacks deletion permissions)

Language
URL
Click Try It! to start a request and see the response here!
Ask AI Beta

Hi! I am an AI Assistant. Ask me about PayU and get help with your integration.
Responses are generated by AI, may contain some mistakes.

EXAMPLE QUESTIONS