Website logo
⌘
K
Book a DemoSign Up ->
🌐
User & Dev Guide
💼
Careers
💻
Demo
GitHub Example
🚀GETTING STARTED
👋Welcome to Archbee 🤓
Learn the basics
How to get started
📝EDITOR
📃DOCUMENTS
🗃️SPACES
🌎HOSTED SPACES
🔃PUBLIC API
GET
Get document
POST
Update / Create document
DELETE
Delete document
GET
Search document
☕ORGANIZATIONS
📦IMPORT & EXPORT
🔌INTEGRATIONS
📥GUIDES
➿MISC
🙋Q&A
Docs powered by Archbee
PUBLIC API

Delete document

DELETE

Delete document by docId

AUTHENTICATION
Authorization
Bearer
Bearer
HEADER PARAMETERS
Content-Type
string
*
Example: application/json
BODY PARAMETERS
body
object
*
apiKey
string
*
Example: 21-character__string0
ApiKey id of the docSpace.
docSpaceId
string
*
Example: 21-character__string0
DocSpace id of the document.
docId
string
*
Example: 21-character__string0
Document id that will be permanently deleted.
RESPONSES
200
Delete status
object
Delete status
status
string<OK>
Response Status
data
object
Example: [object Object]
400
Invalid request
Response400
status
string<OK | Not OK>
Response Status
messages
string[]
Example:
Array of messages
Curl
JS
Ruby
Python
curl --location --request DELETE 'https://app.archbee.com/api/public-api/doc' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
  "apiKey": "",
  "docSpaceId": "",
  "docId": ""
}'
Responses
200
400
// Delete status 
{
  "status": "",
  "data": {
    "status": false
  }
}




Updated 02 Nov 2023
Did this page help you?
PREVIOUS
Update / Create document
NEXT
Search document
Docs powered by Archbee
Docs powered by Archbee