User profile profile destroy

DELETE /user-profile/profile/{id}/

Path parameters

  • id integer Required

    A unique integer value identifying this profile.

Responses

  • 204

    No response body

DELETE /user-profile/profile/{id}/
curl \
 --request DELETE 'http://api.example.com/user-profile/profile/{id}/'