Method: user/subaccount/delete
Delete a subaccount, returns void
Authentication
This method does not require authentication.
HTTP method
This method is called with HTTP method POST.
Arguments
| Argument | Type | Valid Values | Default Value | Detail | ||
|---|---|---|---|---|---|---|
subaccount_id |
int | Valid Values | required | sub account ID to delete |
Returned Values
| Element (path) | Type | Description | ||
|---|---|---|---|---|
| returns void |
Example Query
POST http://API_KEY@api.fotolia.com/Rest/1/user/subaccount/delete
subaccount_id=200701337
Example Response
""
Error Codes
001: Service currently unavailable- The requested service is temporarily unavailable.
002: Failed to parse request- The request could not be parsed.
010: Missing API Key- The API key passed is missing.
011: Invalid API Key- The API key passed is not valid or has expired.
031: Invalid Method- This method does not exist in the method list.
032: Method not Available- This method is not available for this API Key.
7002: Unknown Subbaccount ID- This Subbaccount has already been deleted, or is not your list of subaccounts.


