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
558 stars 161 forks source link

Delete Endpoint Not Working for User ID #279

Closed FinalGale closed 1 year ago

FinalGale commented 1 year 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 1 year 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.