79255822

Date: 2024-12-05 18:23:19
Score: 1.5
Natty:
Report link

You could also concatenate the id to the URL string:

const id = someId; 
const response = await request.delete('/public/v2/users/' + id);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vermenea