curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/{year}/{month}/reset \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "27AHQPA7588L1ZJ",
"ret_period": "112016"
}
'{
"code": 200,
"data": {
"data": {
"reference_id": "456a8aa4-10f0-4af5-9819-d82a9c9bd771"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "da7c4153-0f64-4c5a-a6ea-e62aea1da5c8"
}Authenticated tax payer can reset saved return.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/{year}/{month}/reset \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "27AHQPA7588L1ZJ",
"ret_period": "112016"
}
'{
"code": 200,
"data": {
"data": {
"reference_id": "456a8aa4-10f0-4af5-9819-d82a9c9bd771"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "da7c4153-0f64-4c5a-a6ea-e62aea1da5c8"
}Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
Reset GSTR-1
Was this page helpful?