Tmeister / wp-api-jwt-auth

A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API
GNU General Public License v2.0
546 stars 160 forks source link

Delete Endpoint Not Working for User ID #279

Closed FinalGale closed 10 months ago

FinalGale commented 12 months ago

Getting a 405 Not Allowed response when making a DELETE request for a specific user id. I am trying to use this DELETE method below.

image image
Tmeister commented 10 months ago

Please.

Can you give more details, like what plugins are installed, exactly what method you are consuming, and the user role is making the request, etc.?

It's hard for me to guess.