cURL
curl --request DELETE \ --url https://api.gcore.com/iam/admin/sellers/{sellerId} \ --header 'Authorization: <api-key>'
Deletes a seller.
Seller will be unassigned from all clients to which he was appointed. These clients will stay without seller.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Seller's ID.
OK.
Was this page helpful?