Recover resources
Restore previously deleted resources from the trash.
Query Parameters
- Type: stringaccess
Token
Headers
- Type: stringX
- Exabase - Base - Id Optional. When provided, the request is executed against the specified base. If omitted, the parent workspace is used.
Body
application/json
- Type: array string[] · 1…resource
Ids required
Responses
- 204
Resources recovered
Request Example for post/v2/resources/recover
curl 'https://api.exabase.io/v2/resources/recover?accessToken=' \
--request POST \
--header 'X-Exabase-Base-Id: ' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: YOUR_SECRET_TOKEN' \
--data '{
"resourceIds": [
""
]
}'
No Body