curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/{year}/{month}/reset \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "29AAACQ3770E000",
"ret_period": "122023"
}
'{
"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 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "29AAACQ3770E000",
"ret_period": "122023"
}
'{
"code": 200,
"data": {
"data": {
"reference_id": "456a8aa4-10f0-4af5-9819-d82a9c9bd771"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "da7c4153-0f64-4c5a-a6ea-e62aea1da5c8"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
GST taxpayer access token. For token-generation steps, refer to the Generate Taxpayer Session recipe, then pass the token in the authorization header.
API version
API key for identification
Year e.g. 2020
"2024"
Month e.g. 01
"03"
Reset GSTR-1
Was this page helpful?