Awesome Support Developer Documentation

Delete A Password

Delete a Password

Arguments

user_id The ID of the requested user.

Required: true

slug The slug of the password to delete.

Required: true


Definition

DELETE /wpas-api/v1/users/<user_id>/passwords/<slug>


Example Request

$ curl -X DELETE http://demo.getawesomesupport.com/wp-json/wpas-api/v1/users/<user_id>/passwords/<slug>

Share: