Recover resources
Restore previously deleted resources from the trash.
Query Parameters
- Type: string
access Token
Headers
- Type: string
X - Exabase - Workspace - Id Optional. When provided, the request is executed against the specified delegated workspace. If omitted, the parent workspace is used.
Body
application/json
- Type: array string[] · UUID[] 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-Workspace-Id: ' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: YOUR_SECRET_TOKEN' \
--data '{
"resourceIds": [
""
]
}'
No Body