Skip to content

Delete user asset

DELETE/api/v1/assets/user-assets/{asset_id}/

Delete user asset.

Delete a user profile asset (avatar or cover image) and remove its reference from the user profile. This performs a soft delete by marking the asset as deleted and updating the user's profile.

Path Parameters

asset_id:requiredstring

Asset ID

Scopes

assets:write

Delete user asset
bash
curl -X DELETE \
  "https://api.plane.so/api/v1/assets/user-assets/550e8400-e29b-41d4-a716-446655440002/" \
  -H "X-API-Key: $PLANE_API_KEY" \
  # Or use -H "Authorization: Bearer $PLANE_OAUTH_TOKEN" \
Response204

No response body.