Skip to main content
DELETE https://api.craftkit.dev/v1/renders/:id/shares/:shareId
Soft-deletes a share by stamping revokedAt (reason revoked_by_partner). The public /share/:token URL stops resolving immediately. A share can only be revoked once — an already-revoked or unknown share returns 404. See Sharing.

Authorization

string
required
Bearer ck_live_…

Path parameters

string
required
The render id.
string
required
The share id to revoke.

Response

200:
string
The revoked share id.
string
ISO 8601 revocation timestamp.

Errors

cURL
200