DocsAPI ReferenceAbout
DocsAPI ReferenceAbout
  1. Users
  • Overview
  • Getting Started
  • Authentication
  • Permissions
  • Using the Marvia CDN
  • API Reference
    • Users
      • Get a user
        GET
      • Delete a user
        DELETE
      • List
        GET
      • Create a new user
        POST
    • Products
      • List products
    • Locations
      • Update a location
      • Get a location
      • Delete a location
      • List locations
      • Create a new location
    • Groups
      • Get a group
      • Update a group
      • Delete a group
      • List groups
      • Create a new group
    • Uploads
      • Initialize multipart upload
      • Complete multipart upload
    • Assets
      • List assets
      • Create a new asset
      • Get asset by UUID
      • Update an asset
      • Search assets
  1. Users

Delete a user

Production
https://api-v2.getmarvia.com
Production
https://api-v2.getmarvia.com
DELETE
https://api-v2.getmarvia.com
/v1/users/{uuid}
Required Permission: delete:users
This endpoint requires an API key with the delete:users permission. Make sure your token was created with this permission during token creation.

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Path Params

Header Params

Responses

🟢200OK
application/json
Success
Body

🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api-v2.getmarvia.com/v1/users/' \
--header 'Authorization: <api-key>'
Response Response Example
200 - Example 1
{
    "_tag": "Success"
}
Modified at 2025-09-08 06:20:01
Previous
Get a user
Next
List
Built with