DELETE /api/v1/enterprise/eudr/credentials/traces
Request Parameters
This endpoint accepts no request body and no query parameters. Authentication is performed via your enterprise API key.Code Examples
Response
A204 No Content response confirms the credentials have been permanently purged from Vault. No response body is returned. After this call, the Check Status endpoint will return a 404 Not Found until new credentials are ingested.
Error Responses
| HTTP Status | Error Code | Description |
|---|---|---|
401 Unauthorized | UNAUTHORIZED | The Authorization header is absent or the bearer token is not recognised. |
403 Forbidden | FORBIDDEN | Your API key does not have the required scope to delete credentials for this organization. |
404 Not Found | NOT_FOUND | No TRACES NT credentials are currently stored for this organization. They may have already been purged. |
429 Too Many Requests | RATE_LIMITED | You have exceeded the hourly rate limit. Check X-RateLimit-Reset for your reset time. |