Delete Account
Delete the information for an account with the specified ID.
This endpoint allows you to delete the account in the Instantuploader API.
Notice! Only the parent agency can delete an account, and the account is deleted based on the ID of the account.
This endpoint requires authentication with a JWT token or API key.
Body
DELETE
https://api.instantuploader.com/account
This endpoint does not require a request body.
Example:
/account/?accountId=00273d240422d0267bd17dc189d
Query Parameters
accountId*
String
The ID of the account
Example:
DELETE /account/{accountId} HTTP/1.1
Host: api.instantuploader.com
Authorization: Bearer <your_token_or_api_key>
If the account is successfully deleted, the endpoint will return a 404 No Content status code with an empty response body. If the authenticated user is not the parent agency of the account being deleted, the endpoint will return a 403 Forbidden status code.
Last updated