MagickMind
API ReferenceArtifacts

Soft-delete an artifact attached to a message in a magickspace (end-user JWT)

DELETE
/v1/end-user/magickspaces/{magickspace_id}/artifacts/{id}

Authorization

EndUserAuth
AuthorizationBearer <token>

End-user JWT minted via POST /v1/end-users/tokens, sent as Authorization: Bearer <token>.

In: header

Path Parameters

magickspace_id*string
id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/end-user/magickspaces/string/artifacts/string"
{  "already_deleted": true,  "success": true}