V1 / Shaders
Delete a shader
Permanently remove a shader from the current space.
V1 / Shaders
Delete a shader
Permanently remove a shader from the current space.
DELETE
/api/v1/shaders/:idResponses
200
JSON { deleted: true }
404
No such shader
Request
curl -X DELETE "http://localhost:3000/api/v1/shaders/:id" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{}'Response
// JSON { deleted: true }
{
"success": true,
"data": { ... }
}