Delete Member

Delete Member Using API

This method will delete a member via API and using an API Key.

Once the correct parameters are sent, the response will include a boolean value for 'success'...if true, then the member has been deleted. This method will also return a message.

Remember that a member may have several IDs associated with them...each member has a separate ID for each Product or Collection they have access to. So, deleting a member ID means you are only deleting that member ID from whichever Product or Collection that ID has access to...not the member completely from your entire account.

PATH

https://app.productdyno.com/api/v1/members/delete

METHOD

GET

PARAMETERS

_api_key
member_id

EXAMPLE JSON RESPONSE

{
      "success": true,
      "message": "Member deleted successfully"
}