# Remove shotgun shot **POST /import/shotgun/remove/shot** Remove a Shotgun shot from the database. Provide the Shotgun entry ID in the JSON body. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **id** (integer) Shotgun ID of the shot to remove ## Responses ### 200 Removal result returned #### Body: application/json (object) - **success** (boolean) Whether the removal was successful - **removed_instance_id** (string(uuid)) ID of the removed shot, if found ### 400 Invalid request body or instance not found [Powered by Bump.sh](https://bump.sh)