Skip to main content
DELETE
Key type: requires a private key. A public key returns 403 here, because it may only upload — see key types and scope. Call this from your server, never from browser code.

Overview

Removes the source identified by sourceId. The request needs no body and returns 204 No Content on success.

Path parameters

Next steps

List sources

Browse the sources that remain in your workspace.

Create source

Add a new source.

Authorizations

x-api-key
string
header
required

API key for public endpoints. Can also be provided via Authorization: Bearer

Path Parameters

sourceId
string<uuid>
required

Source ID

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Source deleted