Archive
Delete Permanently
Permanently delete archived items
DELETE
Delete Permanently
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete archived items
curl --request DELETE \
--url https://api.oviond.com/v1/archive/permanent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
]
}
'{
"success": true,
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request DELETE \
--url https://api.oviond.com/v1/archive/permanent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
]
}
'{
"success": true,
"message": "<string>"
}