Delete span
## Authentication
- API key: `Authorization: Bearer `
Request example:
```bash
curl -X DELETE "https://api.respan.ai/api/datasets/{dataset_id}/logs/{log_id}/" \
-H "Authorization: Bearer "
```
Response (204 No Content)
Errors:
- 401 Unauthorized — Missing/invalid authentication
- 404 Not Found — Dataset or log not found
Authentication
AuthorizationBearer
API key authentication. Get your API key from https://platform.respan.ai/platform/api-keys
Path parameters
dataset_id
Dataset Id
log_id
Log Id
Response
No content
Errors
401
Unauthorized Error