Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
curl --request DELETE \
--url https://api.skulabs.com/item/new_remove_serial_number \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"params": {}
}'/item/new_remove_serial_number
curl --request DELETE \
--url https://api.skulabs.com/item/new_remove_serial_number \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"params": {}
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK