curl --request GET \
--url https://api.example.com/v1/datetime/subtract \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Subtract time from a date.
curl --request GET \
--url https://api.example.com/v1/datetime/subtract \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.tinyfn.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Start date (ISO format)
Days to subtract
Hours to subtract
Minutes to subtract
Seconds to subtract
Weeks to subtract
Successful Response