Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
Timestamp when the user was created
User additional data in JSON
Timestamp when the user was last updated
{ "id": "6b530024-36d8-4f03-9fdd-8741514188ac"}
Request samples
curl --location --request DELETE 'https://api.302.ai/memobase/api/v1/users' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{ "id": "6b530024-36d8-4f03-9fdd-8741514188ac"}'
Responses
application/json {
"data": {
"id": "<string>"
},
"errno": 0,
"errmsg": ""
}
Modified at 2025-01-20 03:50:01