Delete export snapshot
Delete an export file by specified export ID.
Authentication
Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Path parameters
export_pk
Primary key identifying the export file.
id
A unique integer value identifying this project.
Response
No response body