Skip to content

Remove a collaborator

DELETE
/v1/artifacts/{id}/collaborators/{email}
curl --request DELETE \
--url https://shareout.site/v1/artifacts/example/collaborators/hello%40example.com \
--header 'Authorization: Bearer <token>'
id
required
string

Artifact ID (e.g. art_abc123).

email
required
string format: email

Removed

Cannot remove the artifact owner

Media type application/json
object
success
required
boolean
error
required

Human-readable message.

string
code
required

Machine-readable error code.

string
Example
{
"success": false
}