# Delete the Profile Image of a Member **DELETE /wolfconnect/members/v1/{memberId}/profile-image** Deletes the profile image for the member. NOTE: This resource returns OK even if the member does not have a profile image. ## Servers - Production: https://api.globalwolfweb.com (Production) - Test: https://api-sb.globalwolfweb.com (Test) ## Authentication methods - Lone wolf token ## Parameters ### Path parameters - **memberId** (string) The Lone Wolf Id of the member. ## Responses ### 200 The profile image was deleted. No response content. ### 404 Error Code 1001: The memberId parameter is invalid. Error Code 404: The member could not be found. #### Body: application/json (object) - **Code** (integer) The Lone Wolf Error Code. See the Error Codes section of the introduction. - **Message** (string) The message that corresponds to the Code value. - **Details** (string) The exact problem that occurred to give this error response. [Powered by Bump.sh](https://bump.sh)