Revoke Whitelist

Revoke a product license from a user

This endpoint enables the revocation of a product license from a user within your hub. By executing this route, you can withdraw access to a particular product from a user, ensuring control over product licensing and adherence to your hub's guidelines or user agreements.

Revoke a Whitelist from a user

DELETE https://v2.parcelroblox.com/whitelist/revoke

Headers

NameTypeDescription

Authorization*

string

prod_DGzVhVsrqNJi4b0Chd9mMPUI9

Content-Type

string

application/json

Request Body

NameTypeDescription

product_id*

string

Product ID

userid*

string

Roblox or Discord User ID

userid_type*

string

"roblox" or "discord"

If everything was able to process properly:

 { "status": "200", "message": "OK", "data": { "userid": string, "userid_type": string, "product_id": string, "state": "License has been revoked" } }

Last updated